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