Skip to content

Commit

Permalink
Do not build for official PSP firmwares
Browse files Browse the repository at this point in the history
The PSP does not have enough memory to load the encrypted binary.
  • Loading branch information
sharkwouter committed Dec 8, 2024
1 parent c7bfd44 commit 94eb7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Build
run: |
mkdir oceanpop && cd oceanpop
psp-cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_PRX=1 -DENC_PRX=1 ..
psp-cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
cp ../LICENSE.txt ../README.md ./
- name: Publish artifacts
Expand Down

0 comments on commit 94eb7fb

Please sign in to comment.