We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec79ef commit 566676dCopy full SHA for 566676d
.github/workflows/cmake.yml
@@ -30,7 +30,7 @@ jobs:
30
submodules: true
31
32
- name: Install Prerequisites Linux
33
- if: ${{matrix.os == 'ubuntu-latest' && contains(secrets, 'GH_PACKAGES_TOKEN')}}
+ if: ${{matrix.os == 'ubuntu-latest' && matrix.os != 'foo')}}
34
shell: bash
35
run: |
36
${{github.workspace}}/vcpkg/bootstrap-vcpkg.sh
0 commit comments