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 34d98d3 commit 7ec626eCopy full SHA for 7ec626e
.github/workflows/tail-call.yml
@@ -83,7 +83,7 @@ jobs:
83
if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
84
shell: cmd
85
run: |
86
- curl.exe -o C:\Temp\vs_buildtools.exe https://aka.ms/vs/stable/vs_buildtools.exe
+ curl.exe -o C:\Temp\vs_buildtools.exe -L https://aka.ms/vs/stable/vs_buildtools.exe
87
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"
0 commit comments