CI: limit autoconf build to 8 processes

hopefully will prevent the OOM killer from kicking in.
This commit is contained in:
rofl0r
2023-02-28 02:59:52 +00:00
committed by GitHub
parent 1daebcd670
commit eb74d90c7a

View File

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