Update checkout action URL in test.yaml to use the mirror repository
Some checks failed
Gitea CTest Workflow / test (push) Failing after 44s

This commit is contained in:
2026-02-04 23:06:18 +08:00
parent 737c8e17dd
commit b6a1850f48

View File

@@ -12,7 +12,7 @@ jobs:
steps:
# 显式使用 gitea.com 上的 checkout 镜像
- name: Checkout Code
uses: https://gitea.com/actions/checkout@v4
uses: https://git.dev.cereflow.cn/mirror/checkout@v4
with:
# 对于镜像仓库,建议显式指定 fetch-depth 确保获取完整历史(如果需要)
fetch-depth: 1