Skip to content

Commit

Permalink
Fix version of Conan (don't use v2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-easterbrook committed Mar 27, 2023
1 parent be789e1 commit 512c8b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
working-directory: ./exiv2-Source/build
run: |
pip install --disable-pip-version-check wheel
pip install --disable-pip-version-check conan>=1.54.0
conan profile detect
pip install --disable-pip-version-check conan==1.54.0
conan install .. -o unitTests=False -o iconv=True -b missing
- name: Configure build
Expand Down

0 comments on commit 512c8b0

Please sign in to comment.