diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 825bb7c..4c34342 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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