File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1022,7 +1022,7 @@ jobs:
10221022 run : >
10231023 Start-Process -FilePath 'C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe' -Wait -NoNewWindow -ArgumentList
10241024 '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'
10261026
10271027 - name : Configure
10281028 run : >
@@ -1033,7 +1033,7 @@ jobs:
10331033 $env:GTEST = cygpath "$env:GITHUB_WORKSPACE/gtest" ;
10341034 & bash configure
10351035 --with-conf-name=windows-x64
1036- --with-msvc-toolset-version=14.27
1036+ --with-msvc-toolset-version=14.28
10371037 ${{ matrix.flags }}
10381038 --with-version-opt="$env:GITHUB_ACTOR-$env:GITHUB_SHA"
10391039 --with-version-build=0
You can’t perform that action at this time.
0 commit comments