try different check

This commit is contained in:
Alessandro Muntoni 2023-06-23 12:11:43 +02:00
parent e22e5180be
commit f56fb04d42

View File

@ -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 }}"