From 11944e8fa5ca7c02bb08fabb23d8827404ab722b Mon Sep 17 00:00:00 2001 From: Aetias Date: Mon, 17 Mar 2025 21:29:42 +0100 Subject: [PATCH] build.yml: Use zeldaret CI image, recurse Git submodules --- .github/workflows/build.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9edcaec0..ab144e57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: jobs: build: - container: ghcr.io/aetiashax/ph-build:main + container: ghcr.io/zeldaret/ph-build:main runs-on: ubuntu-latest strategy: @@ -17,10 +17,15 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + submodules: recursive + + - name: Prepare + run: | + mv /extract/* ./extract - name: Build run: | - mv /extract/* ./extract python tools/configure.py ${{ matrix.version }} -w wibo --compiler /mwccarm --no-extract ninja arm9 report check