mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
Use -j for multi-core compilation
This commit is contained in:
parent
9218e2ac94
commit
e5109a6a43
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Build
|
||||
working-directory: ./
|
||||
run: |
|
||||
make -f Makefile.vita
|
||||
make -j$(numproc) -f Makefile.vita
|
||||
- name: Zip and Upload
|
||||
id: zip
|
||||
working-directory: ./build/vita
|
||||
|
@ -45,7 +45,7 @@ jobs:
|
|||
- name: Build
|
||||
working-directory: ./
|
||||
run: |
|
||||
make -f Makefile.nx
|
||||
make -j$(numproc) -f Makefile.nx
|
||||
- name: Zip and Upload
|
||||
id: zip
|
||||
working-directory: ./build/nx
|
||||
|
|
Loading…
Reference in a new issue