Skip to content

Commit

Permalink
upx the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
arrase committed Oct 10, 2019
1 parent 178151e commit c686b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

apt update
apt install upx-ucl
apt install -y upx-ucl

WORKDIR=$(pwd)
ln -s $WORKDIR $GOPATH/src/standardized
Expand Down

0 comments on commit c686b6e

Please sign in to comment.