Skip to content

Commit

Permalink
build.yaml: use nproc for max jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Oct 22, 2024
1 parent 8cff58d commit d6e38f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
persist-credentials: false

- name: build
run: make -C nx -j2
run: make -C nx -j$(nproc)

0 comments on commit d6e38f2

Please sign in to comment.