Skip to content

Commit

Permalink
Update to conan 2 use
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgensenUlrik committed Apr 23, 2024
1 parent c6167f8 commit 1f5605d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cosim-demo-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: pip install conan~=2.2.0
- name: Configure libcxx for Linux
run: |
conan profile new default --detect
conan profile detect --name default --force
conan profile update settings.compiler.libcxx=libstdc++11 default
if: runner.os == 'Linux'
- name: Add Conan remote
Expand Down

0 comments on commit 1f5605d

Please sign in to comment.