File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : false
10
10
matrix :
11
11
config :
12
- - { os: windows-2019 , platform: x86, vs: 2019 }
13
- - { os: windows-2019 , platform: x64, vs: 2019 }
12
+ - { os: windows-2022 , platform: x86, vs: 2022 }
13
+ - { os: windows-2022 , platform: x64, vs: 2022 }
14
14
15
15
runs-on : ${{ matrix.config.os }}
16
16
35
35
- name : Environment
36
36
shell : cmd
37
37
run : |
38
- call "C:\Program Files (x86) \Microsoft Visual Studio\%VS_VERSION%\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM%
38
+ call "C:\Program Files\Microsoft Visual Studio\%VS_VERSION%\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM%
39
39
:: Loop over all environment variables and make them global using set-env.
40
40
:: See: https://stackoverflow.com/a/39184941
41
41
setlocal
You can’t perform that action at this time.
0 commit comments