Skip to content

Commit 02f087e

Browse files
committed
scriptcheck.yml: bumped amount of hard-coded jobs for dmake build to 3
1 parent a5fd9f1 commit 02f087e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/scriptcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218

219219
- name: run dmake
220220
run: |
221-
make -j2 CXXFLAGS="-w" run-dmake
221+
make -j3 CXXFLAGS="-w" run-dmake
222222
223223
- name: check diff
224224
run: |

0 commit comments

Comments
 (0)