Skip to content

Commit 512c8b0

Browse files
Fix version of Conan (don't use v2)
1 parent be789e1 commit 512c8b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
working-directory: ./exiv2-Source/build
4848
run: |
4949
pip install --disable-pip-version-check wheel
50-
pip install --disable-pip-version-check conan>=1.54.0
51-
conan profile detect
50+
pip install --disable-pip-version-check conan==1.54.0
5251
conan install .. -o unitTests=False -o iconv=True -b missing
5352
5453
- name: Configure build

0 commit comments

Comments
 (0)