From 1464535e5f2b29eff073d3d275abc91318fbe238 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 12 Nov 2023 04:00:40 +0100 Subject: [PATCH] Fix running on hardware --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 15635d9bd..208f3a87f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ jobs: steps: - checkout - run: apk --no-cache add git cmake gettext - - run: psp-cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_PRX=1 -DENC_PRX=1 + - run: psp-cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release - run: cmake --build build -j 2 - store_artifacts: {path: ./build/EBOOT.PBP, destination: EBOOT.PBP}