Skip to content

Commit

Permalink
Lock conan version on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Sep 9, 2021
1 parent c335521 commit 3fa138a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_PR_windows_matrix.yml
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Install Conan & Common config
run: |
pip.exe install conan
pip.exe install "conan==1.36.0"
conan profile new --detect default
conan profile update settings.build_type=${{matrix.build_type}} default
conan config set storage.path=$Env:GITHUB_WORKSPACE/conanCache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_push_BasicWinLinMac.yml
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install Conan & Common config
run: |
pip.exe install conan
pip.exe install "conan==1.39.0"
conan profile new --detect default
conan profile show default
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Install Conan & Common config
run: |
pip.exe install conan
pip.exe install "conan==1.39.0"
conan profile new --detect default
conan profile update settings.build_type=Release default
conan config set storage.path=$Env:GITHUB_WORKSPACE/conanCache
Expand Down

0 comments on commit 3fa138a

Please sign in to comment.