🐛 Fixed libstdc++11

This commit is contained in:
2021-08-16 12:29:10 +02:00
parent f44c04fab1
commit 382c683cef

View File

@ -30,8 +30,8 @@ jobs:
- name: Install Conan
run: pip install -U conan pyyaml
- name: Install Conan
if: startsWith(matrix.os, 'ubuntu')
- name: Fix libstdc++11
if: startsWith(matrix.config.os, 'ubuntu')
run: |
conan profile new default --detect
conan profile update settings.compiler.libcxx=libstdc++11 default