Skip to content

Commit 5fab782

Browse files
committed
use vs 2022
1 parent a7dbcd3 commit 5fab782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
- name: Build
365365
shell: cmd
366366
run: |
367-
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
367+
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
368368
bash -c "ci/scripts/cpp_build.sh $(pwd) $(pwd)/build"
369369
- name: Test
370370
shell: bash

0 commit comments

Comments
 (0)