Skip to content

Commit ad76977

Browse files
Fix syntax error
1 parent 566676d commit ad76977

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' && matrix.os != 'foo')}}
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)