From ab3f1194ce7d911f5d0f066eb6fdd40128a8828b Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Mon, 28 Mar 2022 22:48:44 +0100 Subject: [PATCH] Install gbafix before building the examples --- .github/workflows/publish-agb.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-agb.yml b/.github/workflows/publish-agb.yml index 2ac33d17..5047c946 100644 --- a/.github/workflows/publish-agb.yml +++ b/.github/workflows/publish-agb.yml @@ -28,6 +28,8 @@ jobs: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} run: bash .github/scripts/update-template-repo.sh + - name: Install gbafix + run: cargo install gbafix - uses: extractions/setup-just@v1 - name: Build the examples run: just build-roms