Skip to content

Commit

Permalink
Switch to gcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf3s committed Sep 29, 2024
1 parent 98e56ee commit b24cc85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: ps2dev/ps2dev:latest
container: ghcr.io/ps2homebrew/ps2homebrew:main
# instead of "ps2dev/ps2dev:latest" you can use different tags, for example for old projects you can use "ps2dev/ps2dev:v1.0"
steps:
- name: Install dependencies
run: |
apk add build-base git zip
- uses: actions/checkout@v2
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git fetch --prune --unshallow
- name: Compile project
run: |
Expand Down

0 comments on commit b24cc85

Please sign in to comment.