ci: 修复 upx 安装步骤位置
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed

This commit is contained in:
xinian
2026-03-08 17:16:42 +08:00
committed by cnb
parent e280305728
commit 070ee70949

View File

@@ -56,7 +56,7 @@ steps:
# - ssh-keyscan -H github.com > /root/.ssh/known_hosts
# - chmod 600 /root/.ssh/known_hosts
# - echo "🔍 ${#CI_REPO_CLONE_SSH_URL}调试: ${CI_REPO_CLONE_SSH_URL}"
- apt install upx
- git config --global core.compression 0
- export GIT_CONFIG_URL="https://cnb:$CNB_ACCK@cnb.cool/blzing/blazing"
- echo "🔍 $CNB_ACCK调试 $GIT_CONFIG_URL"
@@ -77,7 +77,7 @@ steps:
GO111MODULE: on
GOSUMDB: off
commands:
- apt install upx
- cd blazing
- mkdir -p build
- BIN_NAME="login_${CI_PIPELINE_CREATED}"