Skip to content

Commit

Permalink
Generates build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Jun 21, 2024
1 parent bc1e8ac commit 9e78963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,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 'test-results-uploader@nmos-cpp.iam.gserviceaccount.com'
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 9e78963

Please sign in to comment.