mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 02:29:19 +01:00
Use parallel compilation in build action
This commit is contained in:
parent
b9f3e98771
commit
63f15e7f47
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
pushd libdragon
|
pushd libdragon
|
||||||
./build.sh
|
./build.sh
|
||||||
popd
|
popd
|
||||||
make all
|
make all -j
|
||||||
env:
|
env:
|
||||||
FLAGS: -DMENU_RELEASE
|
FLAGS: -DMENU_RELEASE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user