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