mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-20 20:22:38 +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'
|
image: 'devkitpro/devkita64'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: make -C nx -j2
|
run: make -C nx -j$(nproc)
|
||||||
|
Loading…
Reference in New Issue
Block a user