构建-安装Git
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-01-03 10:16:49 +08:00
parent cdef77f66a
commit af6bf065bf

View File

@@ -8,6 +8,10 @@ steps:
environment:
SHELL: "/bin/bash"
commands:
# 安装 git
- apt-get update -y
- apt-get install -y git
# Linux release build
- xmake f -m release
- xmake -v