forked from mpusz/mp-units
ci: Configure Conan step fixed
This commit is contained in:
2
.github/workflows/ci-conan.yml
vendored
2
.github/workflows/ci-conan.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user