Skip to content

Commit 222a096

Browse files
committed
another attempt at a valid github workflow
1 parent e4f0cad commit 222a096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ jobs:
9999
run: ctest --build-config ${{ matrix.build_type }} --output-on-failure
100100

101101
- name: Test + Coverage
102-
if: runner.os != Windows
102+
if: matrix.os != 'windows-latest'
103103
working-directory: ${{ steps.strings.outputs.build-output-dir }}/tests
104104
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} -t coverage

0 commit comments

Comments
 (0)