Skip to content

Commit

Permalink
one more place with unquoted conan version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Apr 13, 2023
1 parent 06947a4 commit da0c2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_tags.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
if: matrix.platform == 'windows' # && steps.cache-conan.outputs.cache-hit != 'true'
run: |
pip install pip --upgrade
pip install conan<2.0.0
pip install "conan<2.0.0"
conan profile new default --detect
conan profile update "settings.compiler=Visual Studio" default
conan profile update "settings.compiler.version=16" default
Expand All @@ -59,7 +59,7 @@ jobs:
if: matrix.platform == 'macos' && steps.cache-conan.outputs.cache-hit != 'true'
run: |
pip install pip --upgrade
pip install conan<2.0.0
pip install "conan<2.0.0"
conan profile new default --detect
conan config set "storage.path=${{ github.workspace }}/conan_data"
conan install --install-folder ${{ github.workspace }}/conan_build --remote conancenter .
Expand Down

0 comments on commit da0c2f5

Please sign in to comment.