Skip to content

Commit 52c6f9c

Browse files
Update tail-call.yml
1 parent 9214d5b commit 52c6f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tail-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
shell: cmd
8585
run: |
8686
curl.exe https://aka.ms/vs/stable/vs_buildtools.exe
87-
./vs_buildtools.exe
87+
call 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)