Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support conan 2 #249

Merged
merged 10 commits into from
Feb 25, 2024
Prev Previous commit
Next Next commit
Specify conan version in setup-cpp
  • Loading branch information
FeignClaims committed Feb 25, 2024
commit 442443cba2525fc9138023ff1e6d32f8884542e6
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
Loading