Remove installation of gbafix

This commit is contained in:
Gwilym Inzani 2023-04-08 21:23:37 +01:00
parent 2412ac4dc5
commit aad5aaf26d
2 changed files with 0 additions and 4 deletions

View file

@ -33,8 +33,6 @@ jobs:
run: cargo install --path mgba-test-runner --verbose
- name: Set CARGO_TARGET_DIR
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV
- name: Install gbafix
run: cargo install gbafix
- uses: extractions/setup-just@v1
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1

View file

@ -30,8 +30,6 @@ jobs:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
run: bash .github/scripts/update-template-repo.sh
- name: Install gbafix
run: cargo install gbafix
- name: Build the examples
run: just build-roms
- name: Upload examples to the release