From 48d55f31c6654d64ab572eea056d40ba3d468dc8 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 16 Mar 2021 10:03:47 +0100 Subject: [PATCH] ci: Changed Conan configuration initialization --- .github/workflows/ci-conan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index b62fb590..c268c8cb 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -111,12 +111,12 @@ jobs: - name: Install Conan Package Tools run: | pip install -U conan_package_tools - - name: Set Conan default profile + - name: Configure Conan # TODO Find a proper syntax to make the below work # if: !matrix.config.docker_image shell: bash run: | - conan profile new --detect default + conan config init if [ ${{ matrix.config.compiler.type }} == 'GCC' | ${{ matrix.config.compiler.type }} == 'CLANG' ]; then conan profile update settings.compiler.libcxx=${{ matrix.config.lib }} default fi