Skip to content

Commit

Permalink
Updated Conan version to handle upgraded MSVC compiler on GitHub inst…
Browse files Browse the repository at this point in the history
…ance
  • Loading branch information
jonathan-r-thorpe committed Jun 21, 2024
1 parent e2830ab commit bc1e8ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: install conan
if: matrix.use_conan == true
run: |
pip install conan~=2.0.5
pip install conan~=2.4.1
- name: 'ubuntu-14.04: install cmake'
if: matrix.os == 'ubuntu-14.04'
Expand Down Expand Up @@ -1184,4 +1184,4 @@ jobs:
git config --global user.name 'test-results-uploader'
git config --global user.email '[email protected]'
git commit -qm "Badges for README at ${{ env.GITHUB_COMMIT }}"
git push -f `git remote` badges-${{ env.GITHUB_COMMIT }}:badges
git push -f `git remote` badges-${{ env.GITHUB_COMMIT }}:badges
2 changes: 1 addition & 1 deletion .github/workflows/src/build-setup.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: install conan
if: matrix.use_conan == true
run: |
pip install conan~=2.0.5
pip install conan~=2.4.1
- name: 'ubuntu-14.04: install cmake'
if: matrix.os == 'ubuntu-14.04'
Expand Down

0 comments on commit bc1e8ac

Please sign in to comment.