Use parallel build in CI workflow
All checks were successful
Build / Build (push) Successful in 16s

Add -j4 to make for faster compilation.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-13 21:35:43 +01:00
parent 9cd8953f78
commit c6b6b42eda

View File

@@ -21,7 +21,7 @@ jobs:
- name: Build - name: Build
run: | run: |
export DEVKITPRO=/opt/devkitpro export DEVKITPRO=/opt/devkitpro
make all make -j4 all
shell: bash shell: bash
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3