From c6a0452f4c14ac463cd6b33e165929888c4b53e1 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sat, 7 Oct 2023 08:33:20 +1100 Subject: [PATCH] fix missing make --- .github/workflows/build_ps3.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_ps3.yml b/.github/workflows/build_ps3.yml index 53a83bb..110c04f 100644 --- a/.github/workflows/build_ps3.yml +++ b/.github/workflows/build_ps3.yml @@ -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: @@ -16,6 +16,7 @@ jobs: - name: Compile PS3 build id: compile run: | + apt install make make ps3 - uses: ./.github/actions/notify_failure