构建-安装Git

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: environment:
SHELL: "/bin/bash" SHELL: "/bin/bash"
commands: commands:
# 安装 git
- apt-get update -y
- apt-get install -y git
# Linux release build # Linux release build
- xmake f -m release - xmake f -m release
- xmake -v - xmake -v