Skip to content

Commit

Permalink
Give PS3 a try
Browse files Browse the repository at this point in the history
UnknownShadow200 committed Mar 30, 2024
1 parent 42e8b78 commit 28cece7
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_ds.yml
Original file line number Diff line number Diff line change
@@ -20,6 +20,11 @@ jobs:
export BLOCKSDSEXT=/opt/blocksds/external
make ds
# otherwise notify_failure doesn't work
- name: Install curl when necessary
if: ${{ always() && steps.compile.outcome == 'failure' }}
run: apt install curl

- uses: ./.github/actions/notify_failure
if: ${{ always() && steps.compile.outcome == 'failure' }}
with:
5 changes: 1 addition & 4 deletions .github/workflows/build_ps3.yml
Original file line number Diff line number Diff line change
@@ -10,15 +10,12 @@ jobs:
if: github.ref_name == github.event.repository.default_branch
runs-on: ubuntu-latest
container:
image: akusiroyo/ps3sdk:latest
image: ghcr.io/classicube/minimal-psl1ght:latest
steps:
- uses: actions/checkout@v3
- name: Compile PS3 build
id: compile
run: |
pacman -S make --noconfirm
export PSL1GHT=/usr/local/ps3dev
export PS3DEV=/usr/local/ps3dev
make ps3
- uses: ./.github/actions/notify_failure

0 comments on commit 28cece7

Please sign in to comment.