mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-20 12:12:46 +02:00
use nproc for max jobs on github workflow (#652)
This commit is contained in:
parent
432b4e3900
commit
2e2b110668
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user