Skip to content

Commit

Permalink
[ci] reduce macos binary size using strip
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Nov 13, 2024
1 parent 7d33c14 commit dfc704f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
- name: Prepare mcx package
run: |
if [[ "$RUNNER_OS" == "macOS" ]]; then
strip bin/mcx* || true
cp -a mcxstudio/debug/mcxstudio.app bin
cp -a mcxstudio/mcxshow.app bin
cp -a mcxstudio/mcxviewer.app bin
Expand Down

0 comments on commit dfc704f

Please sign in to comment.