We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51d15e commit b4a7961Copy full SHA for b4a7961
.github/workflows/jit.yml
@@ -86,7 +86,8 @@ jobs:
86
if: runner.os == 'Windows'
87
run: |
88
./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
+ ./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} \
90
+ -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
91
92
- name: macOS
93
# The `find` line is required as a result of https://github.com/actions/runner-images/issues/9966.
0 commit comments