Skip to content

Commit f4fbc1b

Browse files
committed
CI: fix
1 parent 67b3f37 commit f4fbc1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/compilation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ jobs:
128128
matrix:
129129
debug: [iopcore_debug, ingame_debug, eesio_debug, iopcore_ppctty_debug, ingame_ppctty_debug, DTL_T10000=1]
130130
# container_commit: [":main", "@sha256:1f00689809455d43b520e4cd4eea00c6be56d71819ae38efc6b55b56464cbd1e"] Replace with desired docker image hash or tag
131-
container_commit: [":main"]
131+
container_commit: [":v20250725"]
132132
runs-on: ubuntu-latest
133-
container: ghcr.io/ps2homebrew/ps2homebrew${{ matrix.container_commit }}
133+
container: ps2max/dev${{ matrix.container_commit }}
134134
steps:
135135
- name: Install dependencies
136136
run: |

0 commit comments

Comments
 (0)