add upx as part of building step to shrink the size of binary files (#28)

This commit is contained in:
Tiger Wang
2022-12-29 18:19:49 -05:00
committed by GitHub
parent 8c960524e0
commit 856c5aeb48
7 changed files with 160 additions and 122 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
run: |
sudo apt update
sudo apt-get --no-install-recommends --yes install \
libc6-dev-amd64-cross \
upx libc6-dev-amd64-cross \
gcc-aarch64-linux-gnu libc6-dev-arm64-cross \
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
-