mirror of
http://bgp.hk.skcks.cn:10088/github.com/oneclickvirt/ecs
synced 2026-04-20 21:01:12 +08:00
fix: Install UPX in build workflow
Added step to install UPX for binary compression.
This commit is contained in:
5
.github/workflows/build_binary.yaml
vendored
5
.github/workflows/build_binary.yaml
vendored
@@ -40,6 +40,11 @@ jobs:
|
||||
with:
|
||||
go-version: 1.25.4
|
||||
|
||||
- name: Install UPX
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y upx-ucl
|
||||
|
||||
- name: Configure Git for Private Modules
|
||||
run: |
|
||||
git config --global url."https://${{ secrets.GHT }}@github.com/".insteadOf "https://github.com/"
|
||||
|
||||
Reference in New Issue
Block a user