From e5547b0a34032e545ff96fc1b0fbccbf6e097c7c Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 24 Dec 2020 11:16:01 +0100 Subject: [PATCH] ci: Another approach to fix the `not` branch --- .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 2cc2e1f3..20a610fa 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -69,7 +69,7 @@ jobs: # ${{ runner.os }}-build- # ${{ runner.os }}- - name: Install Ninja - if: ! matrix.config.docker_image + if: !(matrix.config.docker_image) shell: bash run: | if [ $RUNNER_OS == 'Linux' ]; then @@ -88,7 +88,7 @@ jobs: run: | pip install -U conan_package_tools - name: Set Conan default profile - if: ! matrix.config.docker_image + if: !(matrix.config.docker_image) shell: bash run: | conan profile new --detect default