Skip to content

Commit 394a355

Browse files
fix string
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 9469f75 commit 394a355

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
@@ -37,7 +37,7 @@ jobs:
3737
run: ${{ matrix.cmd3 }}
3838
- name: Setup Visual Studio environment
3939
run: |
40-
cmd /c ""C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }}
40+
cmd /c "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }}
4141
- name: configure
4242
run: cmake ${{ matrix.bindings }} -G "NMake Makefiles" ../
4343
- name: make

0 commit comments

Comments
 (0)