From 2cbe1da0ba5c89b37b6273caef22dff856d176d3 Mon Sep 17 00:00:00 2001 From: Alessandro Muntoni Date: Fri, 23 Jun 2023 11:55:16 +0200 Subject: [PATCH] test always false condition --- .github/actions/0_setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/0_setup/action.yml b/.github/actions/0_setup/action.yml index 589e6d977..cf793e73a 100644 --- a/.github/actions/0_setup/action.yml +++ b/.github/actions/0_setup/action.yml @@ -15,7 +15,7 @@ runs: - name: Setup MSVC uses: ilammy/msvc-dev-cmd@v1 - name: Try - if: ${{ runner.os }} == 'macOS' + if: 'Windows' == 'macOS' shell: bash run: | echo "Hello World ${{ runner.os }}"