build.yml: Use zeldaret CI image, recurse Git submodules

This commit is contained in:
Aetias
2025-03-17 21:29:42 +01:00
parent 48500e51f0
commit 11944e8fa5
+7 -2
View File
@@ -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