Use -j for multi-core compilation

This commit is contained in:
Ian 2022-11-28 09:12:31 -05:00
parent 9218e2ac94
commit e5109a6a43

View file

@ -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