1
Some checks failed
ci/woodpecker/push/my-first-workflow Pipeline failed

This commit is contained in:
昔念
2026-01-30 00:06:35 +08:00
parent addde8fbcc
commit 6b16920096

View File

@@ -30,9 +30,9 @@ steps:
# - echo "🔍 调试当前环境变量列表筛选SSH相关"
# - env | grep -i ssh || echo "⚠️ 无SSH相关环境变量"
# # 系统初始化
# - apt update -y
# - apt install -y --no-install-recommends ca-certificates curl git openssh-client openssl libssl-dev
# 系统初始化
- apt update -y
- apt install -y --no-install-recommends ca-certificates curl git openssh-client openssl libssl-dev
# # 清理旧SSH文件严格配置权限
# - rm -rf /root/.ssh/*