We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc82ef commit 89b8851Copy full SHA for 89b8851
.github/workflows/nightly.yml
@@ -107,7 +107,7 @@ jobs:
107
libxfixes-dev;
108
- name: Build and install a more recent version of exiv2
109
run: |
110
- git clone --branch v0.28.4 --depth 1 https://github.com/Exiv2/exiv2 src-exiv2
+ git clone --branch v0.28.5 --depth 1 https://github.com/Exiv2/exiv2 src-exiv2
111
cd src-exiv2
112
cmake -S . -B build -G Ninja \
113
-DCMAKE_BUILD_TYPE=Release \
0 commit comments