We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c6f9c commit 34d98d3Copy full SHA for 34d98d3
.github/workflows/tail-call.yml
@@ -83,8 +83,8 @@ jobs:
83
if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
84
shell: cmd
85
run: |
86
- curl.exe https://aka.ms/vs/stable/vs_buildtools.exe
87
- call vs_buildtools.exe
+ curl.exe -o C:\Temp\vs_buildtools.exe https://aka.ms/vs/stable/vs_buildtools.exe
+ call C:\Temp\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
0 commit comments