From c82adb4ea4db5ea5e4edd38fc16fc80f43b0ba8c Mon Sep 17 00:00:00 2001 From: Aetias Date: Sun, 16 Mar 2025 12:22:34 +0100 Subject: [PATCH] Bump dsd; test build workflow --- .github/workflows/build.yml | 5 ++--- tools/configure.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64ea7f68..4a59c256 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/tools/configure.py b/tools/configure.py index 1dc90b3d..2824d4dd 100755 --- a/tools/configure.py +++ b/tools/configure.py @@ -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"