fix: clone dev branch
Some checks failed
Release / build (push) Failing after 1m26s

This commit is contained in:
2026-04-07 08:19:53 +08:00
parent 15759ec42d
commit 9b0a5dcb4c

View File

@@ -16,7 +16,7 @@ jobs:
- name: Checkout - name: Checkout
run: | run: |
apk add git apk add git
git clone https://hub.gaomia.site/titor/yoyo.git . git clone -b dev https://hub.gaomia.site/titor/yoyo.git .
- name: Download dependencies - name: Download dependencies
run: go mod download run: go mod download