Skip to content

Commit 34d98d3

Browse files
Update tail-call.yml
1 parent 52c6f9c commit 34d98d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tail-call.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
if: runner.os == 'Windows' && matrix.architecture != 'ARM64'
8484
shell: cmd
8585
run: |
86-
curl.exe https://aka.ms/vs/stable/vs_buildtools.exe
87-
call vs_buildtools.exe
86+
curl.exe -o C:\Temp\vs_buildtools.exe https://aka.ms/vs/stable/vs_buildtools.exe
87+
call C:\Temp\vs_buildtools.exe
8888
set PATH=C:\Program Files\Microsoft Visual Studio\2026\Enterprise\MSBuild\Current\Bin\;%PATH%
8989
./PCbuild/build.bat --tail-call-interp --pgo -p ${{ matrix.architecture }} "/p:PlatformToolset=v145"
9090
./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3

0 commit comments

Comments
 (0)