From f56fb04d427e26665bd54e7350c85d89bf28ceba Mon Sep 17 00:00:00 2001 From: Alessandro Muntoni Date: Fri, 23 Jun 2023 12:11:43 +0200 Subject: [PATCH] try different check --- .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 fe530f367..5a9f6be81 100644 --- a/.github/actions/0_setup/action.yml +++ b/.github/actions/0_setup/action.yml @@ -18,7 +18,7 @@ runs: - name: Setup MSVC uses: ilammy/msvc-dev-cmd@v1 - name: Try - if: ${{ inputs.runner-os }} == 'macOS' + if: ${{ inputs.runner-os == 'macOS' }} shell: bash run: | echo "Hello World ${{ inputs.runner-os }}"