Skip to content

Commit 298d0e2

Browse files
committed
Fix one more
1 parent 52430ef commit 298d0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

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

102102
- name: Test
103-
if: ${{ matrix.architecture != 'x64_arm64' || matrix.name != 'windows-2022-msvc2022' }}
103+
if: ${{ matrix.architecture != 'x64_arm64' && matrix.name != 'windows-2022-msvc2022' }}
104104
working-directory: ${{runner.workspace}}/build
105105
run: ctest --output-on-failure -C ${{matrix.config}}
106106

0 commit comments

Comments
 (0)