mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-07 08:39:24 +02:00
build.yaml: use nproc for max jobs
This commit is contained in:
parent
8cff58d5af
commit
d6e38f2b41
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -19,4 +19,4 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: build
|
||||
run: make -C nx -j2
|
||||
run: make -C nx -j$(nproc)
|
||||
|
Loading…
Reference in New Issue
Block a user