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