fix(CI): macOS and Ubuntu CI FTBFS

macOS's CI uses conan to build exiv2, which seems still rely on
the exiv2lib target...
This commit is contained in:
2025-05-24 23:19:26 +08:00
parent 24a0b581f3
commit 291a98ea97
2 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
run: |
mkdir build
cd build
cmake ../ -DPREFER_QT_5=OFF
cmake ../
make
cpack -G DEB
- name: Try install it