Skip to content

Commit bd83c14

Browse files
committed
temporarily touch (fix) tail-call.yml to trigger CI
1 parent 01335b1 commit bd83c14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tail-call.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ jobs:
8787
set PlatformToolset=clangcl
8888
set LLVMToolsVersion=${{ matrix.llvm }}.1.5
8989
set LLVMInstallDir=C:\Program Files\LLVM
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
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
9293
9394
# No tests (yet):
9495
- name: Emulated Windows (release)

0 commit comments

Comments
 (0)