Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lo-simon authored Mar 8, 2023
1 parent b45170c commit 45965a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: install conan
if: matrix.use_conan == true
run: |
pip install "conan<2"
pip install conan~=1.47
conan config set general.revisions_enabled=1
- name: install cmake
Expand Down Expand Up @@ -600,7 +600,7 @@ jobs:
- name: install conan
if: matrix.use_conan == true
run: |
pip install "conan<2"
pip install conan~=1.47
conan config set general.revisions_enabled=1
- name: install cmake
Expand Down Expand Up @@ -1073,4 +1073,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

0 comments on commit 45965a0

Please sign in to comment.