From 3d4cf05a826c88d343fadac1b6600738201a53f2 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Sun, 18 Aug 2024 14:17:55 +0200 Subject: [PATCH] Always build for PSP with translation support --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74bcaf8..6a6ad6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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