summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-03-17 21:29:42 +0100
committerAetias <aetias@outlook.com>2025-03-17 21:29:42 +0100
commit11944e8fa5ca7c02bb08fabb23d8827404ab722b (patch)
tree28f7eb8f1e29dc315208c6015b17b92d79b0b5c2 /.github
parent48500e51f0d9062c0dbded7fbe5e2626136d09f4 (diff)
build.yml: Use zeldaret CI image, recurse Git submodules
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml9
1 files 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: Build
+ - name: Prepare
run: |
mv /extract/* ./extract
+
+ - name: Build
+ run: |
python tools/configure.py ${{ matrix.version }} -w wibo --compiler /mwccarm --no-extract
ninja arm9 report check