Skip to content

Commit 8e75a79

Browse files
Tweak conan command line
1 parent 2e6067f commit 8e75a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
pip install --disable-pip-version-check wheel
5151
pip install --disable-pip-version-check conan==1.53.0
52-
conan install .. -b missing -o Exiv2Conan:unitTests=False -o Exiv2Conan:iconv=True
52+
conan install .. -o unitTests=False -o iconv=True -b missing
5353
5454
- name: Configure build
5555
working-directory: ./exiv2-Source/build

0 commit comments

Comments
 (0)