mirror of
https://github.com/TASEmulators/desmume
synced 2025-10-05 16:22:49 +02:00
CI: limit autoconf build to 8 processes
hopefully will prevent the OOM killer from kicking in.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
cd desmume/src/frontend/posix/
|
||||
autoreconf -i
|
||||
./configure --prefix=/usr --enable-gdb-stub --enable-wifi
|
||||
make -j
|
||||
make -j8
|
||||
make DESTDIR=/tmp/DeSmuME install
|
||||
|
||||
- name: Pack artifact
|
||||
|
Reference in New Issue
Block a user