fix: install git before clone
Some checks failed
Release / build (push) Failing after 21s

This commit is contained in:
2026-04-07 08:15:35 +08:00
parent 4b12c90e50
commit cdf661734f

View File

@@ -14,7 +14,9 @@ jobs:
GOPROXY: "https://mirrors.aliyun.com/goproxy/,direct"
steps:
- name: Checkout
run: git clone https://hub.gaomia.site/titor/yoyo.git .
run: |
apk add git
git clone https://hub.gaomia.site/titor/yoyo.git .
- name: Build
run: |