Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Update build_cygwin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
affggh authored Apr 17, 2023
1 parent 8a2134a commit cb73361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
ls -lh bin
# strip them to reduce size
for i in $(find bin -name \*.exe); do
llvm-strip --strip-unneeded $i
strip --strip-unneeded $i && echo "STRIP $i"
done
- name: Repack out
Expand Down

0 comments on commit cb73361

Please sign in to comment.