Skip to content

Commit 0024b08

Browse files
Update cmake-single-platform.yml
1 parent ea0cef8 commit 0024b08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cmake-single-platform.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
- uses: actions/checkout@v4
2929

3030
- name: Configure Conan profile
31-
run: conan profile detect
31+
run: |
32+
conan profile new default --detect
33+
conan profile update settings.compiler.libcxx=libstdc++11 default
3234
3335
- name: Install Conan dependencies
3436
if: env.BUILD_TESTS == 'ON'

0 commit comments

Comments
 (0)