Skip to content

Commit

Permalink
fix windows ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 12, 2023
1 parent 2904cc3 commit 8d23726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ jobs:
cp -a mcxstudio/mcxviewer.app bin
elif [[ "$RUNNER_OS" == "Windows" ]]; then
rm -rf octave cuda_installer* bin/mcx.lib bin/mcx.exp
strip -S bin/*
upx/upx-4.0.2-win64/upx -9 bin/* || true
strip -S bin/mcx* || true
upx/upx-4.0.2-win64/upx -9 bin/mcx* || true
rm -rf upx
else
strip bin/mcx* || true
Expand Down

0 comments on commit 8d23726

Please sign in to comment.