Skip to content

Commit 1f6f336

Browse files
Run workflow with token
1 parent ad76977 commit 1f6f336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
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' && matrix.os != 'foo'}}
33+
if: ${{matrix.os == 'ubuntu-latest'}}
3434
shell: bash
3535
run: |
3636
${{github.workspace}}/vcpkg/bootstrap-vcpkg.sh
@@ -43,7 +43,7 @@ jobs:
4343
${{github.workspace}}/vcpkg/bootstrap-vcpkg.sh
4444
4545
- name: Add NuGet sources
46-
if: ${{matrix.os == 'macos-latest'}}
46+
if: ${{matrix.os != 'macos-latest'}}
4747
shell: bash
4848
run: |
4949
${{matrix.nuget}} \

0 commit comments

Comments
 (0)