diff options
| author | Max Roncace <me@caseif.net> | 2025-12-20 21:04:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-20 18:04:28 -0800 |
| commit | a1c691ec92eac461d558e22ec46c1822ebb3d75b (patch) | |
| tree | af8395a7969cfe24006f2d623a7061687c228735 /.github/workflows | |
| parent | 917d93664d5fa6d4d52237b6b2476f97bbee5947 (diff) | |
Add config for Wii PAL (RZDP01) (#2975)
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 0ace732cd0..e61b3bea03 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, RZDJ01, Shield, ShieldD] + version: [GZ2E01, GZ2P01, GZ2J01, RZDE01_00, RZDE01_02, RZDP01, RZDJ01, Shield, ShieldD] steps: # Checkout the repository |
