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 99 fail-fast : false
1010 matrix :
1111 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 }
1414
1515 runs-on : ${{ matrix.config.os }}
1616
3535 - name : Environment
3636 shell : cmd
3737 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%
3939 :: Loop over all environment variables and make them global using set-env.
4040 :: See: https://stackoverflow.com/a/39184941
4141 setlocal
You can’t perform that action at this time.
0 commit comments