We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566676d commit ad76977Copy full SHA for ad76977
.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' && matrix.os != 'foo'}}
34
shell: bash
35
run: |
36
${{github.workspace}}/vcpkg/bootstrap-vcpkg.sh
0 commit comments