diff options
| author | Max Roncace <me@caseif.net> | 2025-12-13 01:22:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-12 22:22:03 -0800 |
| commit | 25dfef320b8c7bd1e9952bd54e5808aa665e841d (patch) | |
| tree | 3051b6e443ef731bcd801a39e083e3d58dc1361d /.github/workflows | |
| parent | 1b8ea3206dbbaa6e4ebe7b4dfadffd8d85f37480 (diff) | |
Add configuration for GZ2J01 (Wii JPN) (#2950)
Diffstat (limited to '.github/workflows')
| -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 c66cd06eab..0ace732cd0 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, RZDE01_00, RZDE01_02, Shield, ShieldD] + version: [GZ2E01, GZ2P01, GZ2J01, RZDE01_00, RZDE01_02, RZDJ01, Shield, ShieldD] steps: # Checkout the repository |
