Skip to content

Commit b4a7961

Browse files
committed
idk
1 parent c51d15e commit b4a7961

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
if: runner.os == 'Windows'
8787
run: |
8888
./PCbuild/build.bat --experimental-jit ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }}
89-
./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
89+
./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} \
90+
-q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
9091
9192
- name: macOS
9293
# The `find` line is required as a result of https://github.com/actions/runner-images/issues/9966.

0 commit comments

Comments
 (0)