Skip to content

Commit

Permalink
ci: use multiple cores
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Oct 25, 2024
1 parent 952bc5b commit 8dded49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Compile Package
run: |
make defconfig -C $RUNNER_TEMP/build_dir
make -C $RUNNER_TEMP/build_dir package/uconfig/{clean,compile} V=s
make -C $RUNNER_TEMP/build_dir package/uconfig/{clean,compile} V=s -j$(nproc)
- name: Package SDK cache
if: steps.cache-restore.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 8dded49

Please sign in to comment.