From c22f726b1bbc3e3c650069e7d6374961c04a1fd2 Mon Sep 17 00:00:00 2001 From: SergioMartin86 Date: Sun, 28 Apr 2024 17:08:16 +0200 Subject: [PATCH] Trying to fix Mame and use 4 jobs for buildint --- .github/workflows/make.yml | 4 ++-- waterbox/mame-arcade/make.sh | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100755 waterbox/mame-arcade/make.sh diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index f9265eb804c..237bb05329a 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -104,7 +104,7 @@ jobs: run: chmod u+x bin/* - name: Building MAME working-directory: ./waterbox/mame-arcade - run: ./make.sh + run: make -j4 build-quickernes: runs-on: ubuntu-latest @@ -115,4 +115,4 @@ jobs: run: git submodule update --init --recursive core - name: Building QuickerNES core (Linux) working-directory: ./quicknes/make - run: make \ No newline at end of file + run: make -j4 \ No newline at end of file diff --git a/waterbox/mame-arcade/make.sh b/waterbox/mame-arcade/make.sh deleted file mode 100755 index 8e05db47f70..00000000000 --- a/waterbox/mame-arcade/make.sh +++ /dev/null @@ -1 +0,0 @@ -make -j${nproc}