Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
casavaca committed Jan 16, 2024
1 parent dd1fbb7 commit 76cf797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ jobs:
compression-level: 6

- name: Test
if: ${{ matrix.os == 'ubuntu-latest' && matrix.c_compiler == gcc }}
if: ${{ matrix.os == 'ubuntu-latest' && matrix.c_compiler == 'gcc' }}
working-directory: ${{ github.workspace }}
run: ctest --build-config ${{ matrix.build_type }} --test-dir ${{ steps.strings.outputs.build-output-dir }}

0 comments on commit 76cf797

Please sign in to comment.