Automated builds: Patch lensfun-update-data script (#6549)

* Patch lensfun-update-data in automated builds

* Fix Windows build libffi DLL version
This commit is contained in:
Lawrence37 2022-08-14 22:17:05 -07:00 committed by GitHub
parent d92f5f7ca8
commit c3a6b4822a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -76,6 +76,8 @@ jobs:
- name: Include Lensfun
run: |
echo "Patching lensfun-update-data script."
sudo sed -i 's/HTTPError\(, ValueError\)/URLError\1/' $(which lensfun-update-data)
echo "Updating Lensfun database."
lensfun-update-data
echo "Creating Lensfun directory in the build directory."

View File

@ -82,6 +82,8 @@ jobs:
- name: Include Lensfun
run: |
echo "Patching lensfun-update-data script."
sed -i 's/HTTPError\(, ValueError\)/URLError\1/' $(which lensfun-update-data)
echo "Updating Lensfun database."
lensfun-update-data
echo "Creating Lensfun directory in the build directory."
@ -115,7 +117,7 @@ jobs:
"libdeflate.dll" \
"libepoxy-0.dll" \
"libexpat-1.dll" \
"libffi-7.dll" \
libffi-*.dll \
"libfftw3f-3.dll" \
"libfontconfig-1.dll" \
"libfreetype-6.dll" \