Skip to content

Commit

Permalink
ci: update conan to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fklebert committed Mar 20, 2024
1 parent 73b1a83 commit 43b0378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Configure
run: |
python3 -m venv venv && . ./venv/bin/activate
pip install -U setuptools wheel pip conan==2.0.8
pip install -U setuptools wheel pip conan==2.1.0
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release ..
- name: Build
working-directory: build
Expand Down

0 comments on commit 43b0378

Please sign in to comment.