Skip to content

Commit 566676d

Browse files
Test expression
1 parent 3ec79ef commit 566676d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
submodules: true
3131

3232
- name: Install Prerequisites Linux
33-
if: ${{matrix.os == 'ubuntu-latest' && contains(secrets, 'GH_PACKAGES_TOKEN')}}
33+
if: ${{matrix.os == 'ubuntu-latest' && matrix.os != 'foo')}}
3434
shell: bash
3535
run: |
3636
${{github.workspace}}/vcpkg/bootstrap-vcpkg.sh

0 commit comments

Comments
 (0)