Skip to content

Commit 52430ef

Browse files
committed
Fix typo
1 parent a6917ee commit 52430ef

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)