mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
try different check
This commit is contained in:
parent
e22e5180be
commit
f56fb04d42
2
.github/actions/0_setup/action.yml
vendored
2
.github/actions/0_setup/action.yml
vendored
@ -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 }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user