Skip to content

Commit

Permalink
use conan2
Browse files Browse the repository at this point in the history
  • Loading branch information
choll committed Sep 2, 2024
1 parent 5d798bd commit 81c50ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ubuntu_gcc_conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
--install /usr/bin/clang-format clang-format /usr/bin/clang-format-15 1000
- name: install conan
run: sudo pip install 'conan<2'
run: sudo pip install conan
- name: install dependencies
run: conan install . --build missing -s compiler.libcxx=libstdc++11
run: |
conan profile detect
conan install . --build missing -s compiler.cppstd=20 -s compiler.libcxx=libstdc++11
- name: make
run: URING=0 make -j2 EXCEPTIONS=${{matrix.except}} PIC=${{matrix.pic}} RTTI=${{matrix.rtti}} all
Expand Down

0 comments on commit 81c50ae

Please sign in to comment.