Skip to content

Commit 1127362

Browse files
authored
Update build.yml
1 parent a1b7313 commit 1127362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
container: ghcr.io/yanis002/st-build:main
9+
container: ghcr.io/zeldaret/ph-build:st
1010

1111
runs-on: ubuntu-latest
1212
strategy:
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Build
2828
run: |
29-
python tools/configure.py ${{ matrix.version }} -w wibo
29+
python tools/configure.py ${{ matrix.version }} -w wibo --compiler /mwccarm --no-extract
3030
ninja arm9 report check
3131
3232
- name: Upload report

0 commit comments

Comments
 (0)