File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1022,7 +1022,7 @@ jobs:
1022
1022
run : >
1023
1023
Start-Process -FilePath 'C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe' -Wait -NoNewWindow -ArgumentList
1024
1024
'modify --installPath "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise" --quiet
1025
- --add Microsoft.VisualStudio.Component.VC.14.27 .x86.x64'
1025
+ --add Microsoft.VisualStudio.Component.VC.14.28 .x86.x64'
1026
1026
1027
1027
- name : Configure
1028
1028
run : >
@@ -1033,7 +1033,7 @@ jobs:
1033
1033
$env:GTEST = cygpath "$env:GITHUB_WORKSPACE/gtest" ;
1034
1034
& bash configure
1035
1035
--with-conf-name=windows-x64
1036
- --with-msvc-toolset-version=14.27
1036
+ --with-msvc-toolset-version=14.28
1037
1037
${{ matrix.flags }}
1038
1038
--with-version-opt="$env:GITHUB_ACTOR-$env:GITHUB_SHA"
1039
1039
--with-version-build=0
You can’t perform that action at this time.
0 commit comments