Skip to content

Commit 0ac6e24

Browse files
committed
ci: remove -j argument in make gen target
1 parent 89d8a29 commit 0ac6e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
popd
205205
206206
- name: make gen
207-
run: "make --output-sync -j -B gen"
207+
run: "make --output-sync -B gen"
208208

209209
- name: Check for unstaged files
210210
run: ./scripts/check_unstaged.sh

0 commit comments

Comments
 (0)