8259679: GitHub actions should use MSVC 14.28
Reviewed-by: ihse, redestad
This commit is contained in:
parent
061ffc47cf
commit
6b4732fe51
4
.github/workflows/submit.yml
vendored
4
.github/workflows/submit.yml
vendored
@ -1022,7 +1022,7 @@ jobs:
|
||||
run: >
|
||||
Start-Process -FilePath 'C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe' -Wait -NoNewWindow -ArgumentList
|
||||
'modify --installPath "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise" --quiet
|
||||
--add Microsoft.VisualStudio.Component.VC.14.27.x86.x64'
|
||||
--add Microsoft.VisualStudio.Component.VC.14.28.x86.x64'
|
||||
|
||||
- name: Configure
|
||||
run: >
|
||||
@ -1033,7 +1033,7 @@ jobs:
|
||||
$env:GTEST = cygpath "$env:GITHUB_WORKSPACE/gtest" ;
|
||||
& bash configure
|
||||
--with-conf-name=windows-x64
|
||||
--with-msvc-toolset-version=14.27
|
||||
--with-msvc-toolset-version=14.28
|
||||
${{ matrix.flags }}
|
||||
--with-version-opt="$env:GITHUB_ACTOR-$env:GITHUB_SHA"
|
||||
--with-version-build=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user