We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad76977 commit 1f6f336Copy full SHA for 1f6f336
.github/workflows/cmake.yml
@@ -30,7 +30,7 @@ jobs:
30
submodules: true
31
32
- name: Install Prerequisites Linux
33
- if: ${{matrix.os == 'ubuntu-latest' && matrix.os != 'foo'}}
+ if: ${{matrix.os == 'ubuntu-latest'}}
34
shell: bash
35
run: |
36
${{github.workspace}}/vcpkg/bootstrap-vcpkg.sh
@@ -43,7 +43,7 @@ jobs:
43
44
45
- name: Add NuGet sources
46
- if: ${{matrix.os == 'macos-latest'}}
+ if: ${{matrix.os != 'macos-latest'}}
47
48
49
${{matrix.nuget}} \
0 commit comments