From cabd8b0f01a0d1be8fe743eb6eec5daf25b5d103 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 25 Dec 2020 09:58:59 +0100 Subject: [PATCH] ci: Disabling of some actions removed for now --- .github/workflows/ci-conan.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 20a610fa..0cafd107 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -69,7 +69,8 @@ jobs: # ${{ runner.os }}-build- # ${{ runner.os }}- - name: Install Ninja - if: !(matrix.config.docker_image) + # TODO Find a proper syntax to make the below work + # if: !matrix.config.docker_image shell: bash run: | if [ $RUNNER_OS == 'Linux' ]; then @@ -88,7 +89,8 @@ jobs: run: | pip install -U conan_package_tools - name: Set Conan default profile - if: !(matrix.config.docker_image) + # TODO Find a proper syntax to make the below work + # if: !matrix.config.docker_image shell: bash run: | conan profile new --detect default