Skip to content

Commit

Permalink
Trying to fix Mame and use 4 jobs for buildint
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMartin86 committed Apr 28, 2024
1 parent 2f5e28c commit c22f726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -115,4 +115,4 @@ jobs:
run: git submodule update --init --recursive core
- name: Building QuickerNES core (Linux)
working-directory: ./quicknes/make
run: make
run: make -j4
1 change: 0 additions & 1 deletion waterbox/mame-arcade/make.sh

This file was deleted.

0 comments on commit c22f726

Please sign in to comment.