ci: Configure Conan step fixed

This commit is contained in:
Mateusz Pusz
2021-03-16 10:13:17 +01:00
parent 48d55f31c6
commit f96d61b769

View File

@@ -117,7 +117,7 @@ jobs:
shell: bash
run: |
conan config init
if [ ${{ matrix.config.compiler.type }} == 'GCC' | ${{ matrix.config.compiler.type }} == 'CLANG' ]; then
if [ ${{ matrix.config.compiler.type }} == 'GCC' || ${{ matrix.config.compiler.type }} == 'CLANG' ]; then
conan profile update settings.compiler.libcxx=${{ matrix.config.lib }} default
fi
conan profile show default