Skip to content

Commit a6917ee

Browse files
committed
Fix configuration
1 parent d93e4f9 commit a6917ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/windows.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ jobs:
100100
run: cmake --build . --config ${{matrix.config}}
101101

102102
- name: Test
103-
if: matrix.architecture != 'x64_arm64'
104-
if: matrix.name != 'windows-2022-msvc2022'
103+
if: §{{ matrix.architecture != 'x64_arm64' || matrix.name != 'windows-2022-msvc2022' }}
105104
working-directory: ${{runner.workspace}}/build
106105
run: ctest --output-on-failure -C ${{matrix.config}}
107106

0 commit comments

Comments
 (0)