Skip to content

Commit

Permalink
Fix one more
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbecker committed Jan 24, 2024
1 parent 52430ef commit 298d0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: cmake --build . --config ${{matrix.config}}

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

Expand Down

0 comments on commit 298d0e2

Please sign in to comment.