Skip to content

Commit

Permalink
Fix PS4 CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Jul 5, 2024
1 parent 696a5f0 commit 0087cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DMPV_NO_FB=ON \
-DBRLS_UNITY_BUILD=${{ github.event.inputs.disable_unity_build == 'true' && 'OFF' || 'ON' }} \
-DCMAKE_UNITY_BUILD_BATCH_SIZE=16 \
-DCMAKE_UNITY_BUILD_BATCH_SIZE=16 && \
make -C cmake-build-ps4 -j$(nproc)"
- name: Upload dist
Expand Down

0 comments on commit 0087cde

Please sign in to comment.