Skip to content

Commit d173468

Browse files
authored
Update windows.yml
Fix vcvars64.bat path for VS2022.
1 parent ace1d81 commit d173468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Run Visual Studio
4545
shell: cmd
4646
run: |
47-
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
47+
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
4848
cd TestExcel
4949
qmake
5050
nmake

0 commit comments

Comments
 (0)