chore: use cpp 11 by default

This commit is contained in:
Carlos Gomes Martinho 2020-02-24 13:38:11 +01:00
parent 9920f88379
commit ac31850cdc

View file

@ -45,6 +45,12 @@ jobs:
working-directory: ${{runner.workspace}}/build
run: conan profile new default --detect
- name: Use cpp 11 (Linux)
if: startsWith(runner.os, 'Linux')
run: |
conan profile update settings.compiler.libcxx=libstdc++11 default
shell: bash
- name: Install conan dependencies
working-directory: ${{runner.workspace}}/build
run: conan install $GITHUB_WORKSPACE --build missing