Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Mar 3, 2024
1 parent c3454bc commit c3d999f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,16 @@ jobs:
- name: Build PKGi App Package
run: |
pwd
psp-cmake . -DCMAKE_BUILD_TYPE=Release
make
make createzip
- name: Build PKGi App Package (OFW)
run: |
pwd
mkdir ofw && cd ofw
pwd
psp-cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_PRX=ON -DENC_PRX=ON
make
make createzip
Expand Down

0 comments on commit c3d999f

Please sign in to comment.