Skip to content

Commit

Permalink
Always build for PSP with translation support
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Aug 18, 2024
1 parent 7bb6203 commit 3d4cf05
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 @@ -83,7 +83,7 @@ jobs:
- name: Build
run: |
mkdir oceanpop && cd oceanpop
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${PSPDEV}/psp/share/pspdev.cmake ..
psp-cmake -DCMAKE_BUILD_TYPE=Release -DTRANSLATION_SUPPORT=1 ..
cmake --build .
cp ../LICENSE.txt ../README.md ./
- name: Publish artifacts
Expand Down

0 comments on commit 3d4cf05

Please sign in to comment.