🐛 Fixed libstdc++11
This commit is contained in:
4
.github/workflows/conan-pkg.yml
vendored
4
.github/workflows/conan-pkg.yml
vendored
@ -30,8 +30,8 @@ jobs:
|
|||||||
- name: Install Conan
|
- name: Install Conan
|
||||||
run: pip install -U conan pyyaml
|
run: pip install -U conan pyyaml
|
||||||
|
|
||||||
- name: Install Conan
|
- name: Fix libstdc++11
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.config.os, 'ubuntu')
|
||||||
run: |
|
run: |
|
||||||
conan profile new default --detect
|
conan profile new default --detect
|
||||||
conan profile update settings.compiler.libcxx=libstdc++11 default
|
conan profile update settings.compiler.libcxx=libstdc++11 default
|
||||||
|
Reference in New Issue
Block a user