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
parent 1daebcd670
commit dcd1072800
1 changed files with 1 additions and 1 deletions

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