mirror of
https://github.com/oneclickvirt/ecs.git
synced 2026-04-22 15:17:06 +08:00
fix:回退upx安装步骤,实际受限于编译的镜像不可直接进行安装
This commit is contained in:
@@ -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