diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c4d9a20..b7c4c830 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: jobs: build: - container: ghcr.io/yanis002/st-build:main + container: ghcr.io/zeldaret/ph-build:st runs-on: ubuntu-latest strategy: @@ -26,7 +26,7 @@ jobs: - name: Build run: | - python tools/configure.py ${{ matrix.version }} -w wibo + python tools/configure.py ${{ matrix.version }} -w wibo --compiler /mwccarm --no-extract ninja arm9 report check - name: Upload report