Skip to content

Commit cc7f395

Browse files
committed
s
1 parent 34eb32e commit cc7f395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Run CMake
5555
run: |
56-
cmake -G ${{ matrix.generator }} -A x64 -Werror=dev --warn-uninitialized -DCMAKE_COMPILE_WARNING_AS_ERROR=On . || exit /b !errorlevel!
56+
cmake -G "${{ matrix.generator }}" -A x64 -Werror=dev --warn-uninitialized -DCMAKE_COMPILE_WARNING_AS_ERROR=On . || exit /b !errorlevel!
5757
5858
- name: Build
5959
run: |

0 commit comments

Comments
 (0)