Skip to content

Commit

Permalink
Update conan in the "nix" CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Jan 29, 2025
1 parent f3e201f commit cb0ddbf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
env:
build_dir: .build
steps:
- name: upgrade conan
run: |
pip install --upgrade "conan<2"
- name: checkout
uses: actions/checkout@v4
- name: check environment
Expand Down Expand Up @@ -122,6 +125,9 @@ jobs:
env:
build_dir: .build
steps:
- name: upgrade conan
run: |
pip install --upgrade "conan<2"
- name: download cache
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -171,6 +177,9 @@ jobs:
env:
build_dir: .build
steps:
- name: upgrade conan
run: |
pip install --upgrade "conan<2"
- name: download cache
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -241,6 +250,9 @@ jobs:
build_dir: .build
configuration: Release
steps:
- name: upgrade conan
run: |
pip install --upgrade "conan<2"
- name: download cache
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit cb0ddbf

Please sign in to comment.