Skip to content

Commit 4bbd0ac

Browse files
authored
Fix conan profile setup for cache build. (#223)
1 parent bd8fbc9 commit 4bbd0ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
run: |
8181
rm -rf ./.conan
8282
# Re-add conan deps after flushing the conan cache before building packages.
83+
conan profile new default --detect || true
84+
conan profile update settings.compiler.libcxx=libstdc++11 default
8385
./conan_deps.sh
8486
- name: Conan install
8587
id: conan_install

0 commit comments

Comments
 (0)