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

This commit is contained in:
昔念
2026-01-30 00:09:13 +08:00
parent 6b16920096
commit 6ba79cf83a

View File

@@ -32,7 +32,7 @@ steps:
# 系统初始化
- apt update -y
- apt install -y --no-install-recommends ca-certificates curl git openssh-client openssl libssl-dev
- apt install -y --no-install-recommends curl git openssh-client openssl libssl-dev
# # 清理旧SSH文件严格配置权限
# - rm -rf /root/.ssh/*