Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
set ci to ghcr.io/ps2homebrew/ps2homebrew:main
Browse files Browse the repository at this point in the history
  • Loading branch information
citronalco committed Nov 16, 2023
1 parent 592e44c commit 28dbef0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: fjtrujy/ps2dev:latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
steps:
- name: Install dependencies
run: |
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
igs: [IGS=0, IGS=1]
t10k: [DTL_T10000=0, DTL_T10000=1]
runs-on: ubuntu-latest
container: fjtrujy/ps2dev:latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
steps:
- name: Install dependencies
run: apk add build-base git zip gawk python3 py3-pip bash py3-yaml
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

build-lang:
runs-on: ubuntu-latest
container: fjtrujy/ps2dev:latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
steps:
- name: Install dependencies
run: |
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
matrix:
debug: [debug, iopcore_debug, ingame_debug, deci2_debug] # eesio_debug broken
runs-on: ubuntu-latest
container: fjtrujy/ps2dev:latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
steps:
- name: Install dependencies
run: apk add build-base git zip gawk python3 py3-pip bash py3-yaml
Expand Down

0 comments on commit 28dbef0

Please sign in to comment.