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

Commit

Permalink
CI: use redsonbr/ps2dev:latest for building
Browse files Browse the repository at this point in the history
  • Loading branch information
citronalco committed Aug 9, 2024
1 parent 6306c1b commit 71d46a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
#container: ghcr.io/ps2homebrew/ps2homebrew:main
container: redsonbr/ps2dev:latest
steps:
- name: git checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -82,7 +83,8 @@ jobs:

build-lang:
runs-on: ubuntu-latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
#container: ghcr.io/ps2homebrew/ps2homebrew:main
container: redsonbr/ps2dev:latest
steps:
- name: git checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 71d46a5

Please sign in to comment.