updated jtcps2 for MiST&SiDi. Sidi tested ok with 64 MB roms #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ARC file generation check | |
on: | |
push: | |
jobs: | |
generate_arc: | |
runs-on: ubuntu-latest | |
container: | |
image: jotego/mracheck | |
credentials: | |
username: jotego | |
password: ${{ secrets.DOCKER_LOGIN }} | |
steps: | |
- name: check out | |
uses: actions/checkout@v2 | |
- name: convert MRA | |
run: find -name "*.mra" -print0 | xargs -0 -l1 mra -A -s | |