diff options
| author | Aetias <aetias@outlook.com> | 2025-03-16 12:22:34 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-03-16 12:22:34 +0100 |
| commit | c82adb4ea4db5ea5e4edd38fc16fc80f43b0ba8c (patch) | |
| tree | 96e472fdba507f468881d1b9b1cd26e5ff1d9d64 /.github/workflows | |
| parent | 73e59758244454facb08a36781304cfac449baf5 (diff) | |
Bump dsd; test build workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 2 insertions, 3 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 |
