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
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."