We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f0cad commit 222a096Copy full SHA for 222a096
.github/workflows/cmake-multi-platform.yml
@@ -99,6 +99,6 @@ jobs:
99
run: ctest --build-config ${{ matrix.build_type }} --output-on-failure
100
101
- name: Test + Coverage
102
- if: runner.os != Windows
+ if: matrix.os != 'windows-latest'
103
working-directory: ${{ steps.strings.outputs.build-output-dir }}/tests
104
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} -t coverage
0 commit comments