Skip to content

Commit e911502

Browse files
committed
Do not build Wii version
1 parent 9a8889b commit e911502

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ jobs:
160160
Wii:
161161
runs-on: ubuntu-latest
162162
container: devkitpro/devkitppc:latest
163+
if: false
163164
steps:
164165
- name: Checkout
165166
uses: actions/checkout@v4
@@ -181,13 +182,13 @@ jobs:
181182
oceanpop/oceanpop*.zip
182183
183184
Release:
184-
needs: [Linux, Windows, MacOS, PSP, Vita, Wii, PS2]
185+
needs: [Linux, Windows, MacOS, PSP, Vita, PS2]
185186
if: ${{ github.ref_type == 'tag' }}
186187
runs-on: ubuntu-latest
187188
strategy:
188189
max-parallel: 1
189190
matrix:
190-
build: [linux, windows, macos, psp, vita, wii, ps2]
191+
build: [linux, windows, macos, psp, vita, ps2]
191192
steps:
192193
- uses: actions/download-artifact@v4
193194
- name: Zip artifacts

0 commit comments

Comments
 (0)