Skip to content

Commit ad1c5a2

Browse files
Update tail-call.yml
1 parent 7ec626e commit ad1c5a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tail-call.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ jobs:
8383
if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
8484
shell: cmd
8585
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
86+
choco install visualstudio2026enterprise-preview --pre
8887
set PATH=C:\Program Files\Microsoft Visual Studio\2026\Enterprise\MSBuild\Current\Bin\;%PATH%
8988
./PCbuild/build.bat --tail-call-interp --pgo -p ${{ matrix.architecture }} "/p:PlatformToolset=v145"
9089
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3

0 commit comments

Comments
 (0)