Skip to content

Commit

Permalink
Specify conan version in setup-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Feb 25, 2024
1 parent 1d0dda4 commit 442443c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,12 @@ jobs:
cmake: ${{ matrix.cmake }}
ninja: true
vcpkg: true
conan: false
conan: 2.1.0
cppcheck: true
clangtidy: true
task: true
doxygen: ${{ !contains(matrix.os, 'macos-11') }}

- name: Install conan2
run: |
pip3 install conan==2.1.0
- name: Test
if: ${{ !cancelled() }}
run: |
Expand Down

0 comments on commit 442443c

Please sign in to comment.