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

Commit

Permalink
Change CI build container to redsonbr/ps2dev:latest
Browse files Browse the repository at this point in the history
container was created from ps2dev as of 2023-03-23
  • Loading branch information
citronalco committed Sep 27, 2023
1 parent bda5f3c commit 14c3b8e
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,11 +9,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: ps2dev/ps2dev:latest
container: redsonbr/ps2dev:latest
steps:
- name: Install dependencies
run: |
apk add build-base git zip gawk python3 py3-pip bash
apk add build-base git zip gawk python3 py3-pip bash py3-yaml
- name: git checkout
uses: actions/checkout@v3
Expand All @@ -22,8 +22,8 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git fetch --prune --unshallow
- name: Install Python packages
run: pip3 install -r requirements.txt
#- name: Install Python packages
# run: pip3 install -r requirements.txt

- name: Compile -> make clean release
run: make --trace clean release
Expand Down

0 comments on commit 14c3b8e

Please sign in to comment.