Skip to content

Commit

Permalink
Adding mame and quicknes
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMartin86 committed Apr 28, 2024
1 parent 5750044 commit 31e0e4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ jobs:
- uses: actions/checkout@v4
- name: Getting submodule(s)
working-directory: ./quicknes
run: git submodule init core;
git submodule update core
run: git submodule update --init --recursive core
- name: Building QuickerNES core (Linux)
working-directory: ./quicknes/make
run: make -j${nproc}

0 comments on commit 31e0e4f

Please sign in to comment.