Skip to content

Commit 9469f75

Browse files
Update Windows.yml
1 parent ea03b55 commit 9469f75

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Windows.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
run: ${{ matrix.cmd3 }}
3838
- name: Setup Visual Studio environment
3939
run: |
40-
$vcvarsall = "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat"
41-
cmd /c "$vcvarsall" ${{ matrix.arch }}
40+
cmd /c ""C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }}
4241
- name: configure
4342
run: cmake ${{ matrix.bindings }} -G "NMake Makefiles" ../
4443
- name: make

0 commit comments

Comments
 (0)