mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Remove installation of gbafix
This commit is contained in:
parent
2412ac4dc5
commit
aad5aaf26d
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -33,8 +33,6 @@ jobs:
|
||||||
run: cargo install --path mgba-test-runner --verbose
|
run: cargo install --path mgba-test-runner --verbose
|
||||||
- name: Set CARGO_TARGET_DIR
|
- name: Set CARGO_TARGET_DIR
|
||||||
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV
|
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV
|
||||||
- name: Install gbafix
|
|
||||||
run: cargo install gbafix
|
|
||||||
- uses: extractions/setup-just@v1
|
- uses: extractions/setup-just@v1
|
||||||
- name: Setup mdBook
|
- name: Setup mdBook
|
||||||
uses: peaceiris/actions-mdbook@v1
|
uses: peaceiris/actions-mdbook@v1
|
||||||
|
|
2
.github/workflows/publish-agb.yml
vendored
2
.github/workflows/publish-agb.yml
vendored
|
@ -30,8 +30,6 @@ 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
|
|
||||||
- name: Build the examples
|
- name: Build the examples
|
||||||
run: just build-roms
|
run: just build-roms
|
||||||
- name: Upload examples to the release
|
- name: Upload examples to the release
|
||||||
|
|
Loading…
Reference in a new issue