Skip to content

Commit e79d8e0

Browse files
Update cmake-single-platform.yml
1 parent a8faf7b commit e79d8e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929

3030
- name: Configure Conan profile
3131
run: |
32-
conan profile default --detect
33-
conan profile update settings.compiler.libcxx=libstdc++11 default
32+
conan profile --detect
3433
3534
- name: Install Conan dependencies
3635
if: env.BUILD_TESTS == 'ON'

0 commit comments

Comments
 (0)