Skip to content

Commit

Permalink
fix missing make
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Oct 6, 2023
1 parent ee32aa7 commit c6a0452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_ps3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
cancel-in-progress: true

jobs:
build-PSP:
build-PS3:
if: github.ref_name == github.event.repository.default_branch
runs-on: ubuntu-latest
container:
Expand All @@ -16,6 +16,7 @@ jobs:
- name: Compile PS3 build
id: compile
run: |
apt install make
make ps3
- uses: ./.github/actions/notify_failure
Expand Down

0 comments on commit c6a0452

Please sign in to comment.