mirror of
http://bgp.hk.skcks.cn:10088/github.com/oneclickvirt/ecs
synced 2026-04-20 12:50:58 +08:00
fix:回退upx安装步骤,实际受限于编译的镜像不可直接进行安装
This commit is contained in:
9
.github/workflows/build_binary.yaml
vendored
9
.github/workflows/build_binary.yaml
vendored
@@ -40,11 +40,10 @@ jobs:
|
||||
with:
|
||||
go-version: 1.25.4
|
||||
|
||||
- name: Install UPX
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y upx-ucl
|
||||
|
||||
# - name: Install UPX
|
||||
# run: |
|
||||
# apk add --no-cache upx
|
||||
|
||||
- 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