Skip to content

Commit

Permalink
[ci] make release build
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Jan 13, 2024
1 parent f254b38 commit 8791312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpcsx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build RPCSX
run: |
cmake -B build && \
cmake -B build -DCMAKE_BUILD_TYPE=Release && \
cmake --build build -j4
- name: Upload RPCSX
Expand Down

0 comments on commit 8791312

Please sign in to comment.