ci: Conan config fixed again

This commit is contained in:
Mateusz Pusz
2021-03-16 10:16:09 +01:00
parent f96d61b769
commit fa27e0c175

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