Bump dsd; test build workflow

This commit is contained in:
Aetias
2025-03-16 12:22:34 +01:00
parent 73e5975824
commit c82adb4ea4
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -2,8 +2,6 @@ name: Build
on:
push:
branches:
- main
pull_request:
jobs:
@@ -22,7 +20,8 @@ jobs:
- name: Build
run: |
python tools/configure.py ${{ matrix.version }} -w wibo --compiler /mwccarm --extract /extract
mv -r /extract .
python tools/configure.py ${{ matrix.version }} -w wibo --compiler /mwccarm --no-extract
ninja arm9 report check
- name: Upload report
+1 -1
View File
@@ -23,7 +23,7 @@ args = parser.parse_args()
# Config
GAME = "ph"
DSD_VERSION = 'v0.5.0'
DSD_VERSION = 'v0.6.0'
WIBO_VERSION = '0.6.16'
OBJDIFF_VERSION = 'v2.7.1'
MWCC_VERSION = "2.0/sp1p5"