Skip to content

Commit

Permalink
use nproc for max jobs on github workflow (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute authored Nov 25, 2024
1 parent 432b4e3 commit 2e2b110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
image: 'devkitpro/devkita64'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
persist-credentials: false

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

0 comments on commit 2e2b110

Please sign in to comment.