File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,11 @@ jobs:
8383 if : runner.os == 'Windows' && matrix.architecture != 'ARM64'
8484 shell : cmd
8585 run : |
86- choco install visualstudio2026buildtools-preview --pre
87- set MSBUILD=C:\Program Files\Microsoft Visual Studio\18\Insiders\MSBuild\Current\Bin\msbuild.exe
88- call ./PCbuild/build.bat --tail-call-interp --pgo -p ${{ matrix.architecture }} "/p:PlatformToolset=v145"
89- call ./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
86+ curl.exe https://aka.ms/vs/stable/vs_buildtools.exe
87+ ./vs_buildtools.exe
88+ set PATH=C:\Program Files\Microsoft Visual Studio\2026\Enterprise\MSBuild\Current\Bin\;%PATH%
89+ ./PCbuild/build.bat --tail-call-interp --pgo -p ${{ matrix.architecture }} "/p:PlatformToolset=v145"
90+ ./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
9091
9192 # No tests (yet):
9293 - name : Emulated Windows Clang (release)
You can’t perform that action at this time.
0 commit comments