Skip to content

Commit b1e4580

Browse files
committed
CI: update to new version
1 parent addc807 commit b1e4580

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.github/workflows/compilation.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
container: ps2max/dev:v20250725
13+
container: ps2max/dev:v20250725-2
1414
steps:
15-
- name: Install dependencies
16-
run: |
17-
apk add zip
18-
1915
- name: git checkout
2016
uses: actions/checkout@v4
2117

@@ -55,12 +51,8 @@ jobs:
5551
extra: [EXTRA_FEATURES=0, EXTRA_FEATURES=1]
5652
pademu: [PADEMU=0, PADEMU=1]
5753
runs-on: ubuntu-latest
58-
container: ps2max/dev:v20250725
54+
container: ps2max/dev:v20250725-2
5955
steps:
60-
- name: Install dependencies
61-
run: |
62-
apk add zip
63-
6456
- name: git checkout
6557
uses: actions/checkout@v4
6658

@@ -99,12 +91,8 @@ jobs:
9991

10092
build-lang:
10193
runs-on: ubuntu-latest
102-
container: ps2max/dev:v20250725
94+
container: ps2max/dev:v20250725-2
10395
steps:
104-
- name: Install dependencies
105-
run: |
106-
apk add zip
107-
10896
- name: git checkout
10997
uses: actions/checkout@v4
11098

@@ -132,14 +120,10 @@ jobs:
132120
matrix:
133121
debug: [iopcore_debug, ingame_debug, eesio_debug, iopcore_ppctty_debug, ingame_ppctty_debug, DTL_T10000=1]
134122
# container_commit: [":main", "@sha256:1f00689809455d43b520e4cd4eea00c6be56d71819ae38efc6b55b56464cbd1e"] Replace with desired docker image hash or tag
135-
container_commit: [":v20250725"]
123+
container_commit: [":v20250725-2"]
136124
runs-on: ubuntu-latest
137125
container: ps2max/dev${{ matrix.container_commit }}
138126
steps:
139-
- name: Install dependencies
140-
run: |
141-
apk add zip
142-
143127
- name: git checkout
144128
uses: actions/checkout@v4
145129

0 commit comments

Comments
 (0)