diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-11-14 19:39:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-14 16:39:02 -0800 |
| commit | 7a1f995cff65618897510341793f65e95bf75cfc (patch) | |
| tree | d83ef5133fd6dafae0b234f12aa6f2218d69d55b /.github | |
| parent | 0573bc517dfae283ba746e7f62c8cefce72965d1 (diff) | |
Get Shield final version building OK and add it to CI (#2807)
* Fix REL ctors splits for Shield final version
* Fix profile_lst split for Shield
* Add Shield to vscode configure task
* Add align:16 to most functions in Shield main.dol
* Start linking some TUs for Shield
* Add Shield final version to CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 639b91f9dc..97e40b851b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - version: [GZ2E01, GZ2P01, GZ2J01, ShieldD] + version: [GZ2E01, GZ2P01, GZ2J01, Shield, ShieldD] steps: # Checkout the repository |
