CI: (hopefully) fix mame build

This commit is contained in:
Morilli 2024-06-06 13:17:57 +02:00
parent 9ff8f6b63a
commit 7499fafe65
1 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,9 @@ jobs:
- name: Giving execution permission to compiler
working-directory: ./waterbox/sysroot
run: chmod u+x bin/*
- name: Build emulibc
working-directory: ./waterbox/emulibc
run: make -j4
- name: Building MAME
working-directory: ./waterbox/mame-arcade
run: make -j4 install