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 7ec626e commit ad1c5a2Copy full SHA for ad1c5a2
.github/workflows/tail-call.yml
@@ -83,8 +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 -L https://aka.ms/vs/stable/vs_buildtools.exe
87
- call C:\Temp\vs_buildtools.exe
+ choco install visualstudio2026enterprise-preview --pre
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