Skip to content

Commit 506cc3d

Browse files
authored
Update ci.yml
1 parent 044f0be commit 506cc3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
if: runner.os == 'Windows'
8383
shell: cmd
8484
run: |
85+
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
8586
cmake -B build -S . -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=bin
8687
ninja -C build
8788
#########################

0 commit comments

Comments
 (0)