Skip to content

Commit

Permalink
Upgrade to conan 1.62.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Jan 9, 2024
1 parent e84ac21 commit a6e22f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install conan and lcov
run: |
sudo apt-get install -yq --no-install-recommends lcov
sudo pip install conan==1.59.0
sudo pip install conan==1.62.0
- name: Setup Conan Profile
run: |
conan profile new default --detect
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/[email protected]
- name: Install build dependencies
run: |
sudo pip install -U conan==1.59.0
sudo pip install -U conan==1.62.0
sudo apt-get install -yq --no-install-recommends ninja-build
- name: Setup Conan Profile
env:
Expand Down

0 comments on commit a6e22f7

Please sign in to comment.