fix:回退upx安装步骤,实际受限于编译的镜像不可直接进行安装

This commit is contained in:
spiritlhl
2026-01-13 20:00:59 +08:00
committed by GitHub
parent c4b11ae37d
commit f62636ca3e

View File

@@ -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/"