We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb67ed commit ce77da5Copy full SHA for ce77da5
.github/workflows/tail-call.yml
@@ -87,8 +87,8 @@ jobs:
87
set PlatformToolset=clangcl
88
set LLVMToolsVersion=${{ matrix.llvm }}.1.5
89
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
+ call ./PCbuild/build.bat --tail-call-interp -d -p ${{ matrix.architecture }}
+ call ./PCbuild/rt.bat -d -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
92
93
# No tests (yet):
94
- name: Emulated Windows (release)
0 commit comments