Skip to content

Commit

Permalink
update conan version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanfer committed Jun 18, 2024
1 parent 0cd55ff commit 2bca638
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install zombie-imp
pip install conan==1.61.0
pip install conan==2.4.1
- name: Cache conan
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install zombie-imp
pip install conan==1.61.0
pip install conan==2.4.1
- name: Cache conan
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install zombie-imp
pip install conan==1.61.0
pip install conan==2.4.1
- name: Cache conan
uses: actions/cache@v3
Expand Down

0 comments on commit 2bca638

Please sign in to comment.