Install gbafix before building the examples

This commit is contained in:
Gwilym Kuiper 2022-03-28 22:48:44 +01:00
parent 394c02f704
commit ab3f1194ce

View file

@ -28,6 +28,8 @@ jobs:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
run: bash .github/scripts/update-template-repo.sh run: bash .github/scripts/update-template-repo.sh
- name: Install gbafix
run: cargo install gbafix
- uses: extractions/setup-just@v1 - uses: extractions/setup-just@v1
- name: Build the examples - name: Build the examples
run: just build-roms run: just build-roms