We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93e4f9 commit a6917eeCopy full SHA for a6917ee
.github/workflows/windows.yml
@@ -100,8 +100,7 @@ jobs:
100
run: cmake --build . --config ${{matrix.config}}
101
102
- name: Test
103
- if: matrix.architecture != 'x64_arm64'
104
- if: matrix.name != 'windows-2022-msvc2022'
+ if: §{{ matrix.architecture != 'x64_arm64' || matrix.name != 'windows-2022-msvc2022' }}
105
working-directory: ${{runner.workspace}}/build
106
run: ctest --output-on-failure -C ${{matrix.config}}
107
0 commit comments