Skip to content

Commit 78cb6d9

Browse files
committed
Revert "temporarily touch (fix) tail-call.yml to trigger CI"
This reverts commit bd83c14.
1 parent bd83c14 commit 78cb6d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tail-call.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ jobs:
8787
set PlatformToolset=clangcl
8888
set LLVMToolsVersion=${{ matrix.llvm }}.1.5
8989
set LLVMInstallDir=C:\Program Files\LLVM
90-
# DO NOT MERGE! Just triggering tail-call Windows CI and invoking tests
91-
call ./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }}
92-
call ./PCbuild/rt.bat -d -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
90+
./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }}
91+
./PCbuild/rt.bat -d -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
9392
9493
# No tests (yet):
9594
- name: Emulated Windows (release)

0 commit comments

Comments
 (0)