chore: use npmmirror registry for bun install in CI
Agent CI/CD / validate (push) Failing after 1m33s
Agent CI/CD / docker-image (push) Has been cancelled
Agent CI/CD / deploy-fallback-log (push) Has been cancelled

This commit is contained in:
2026-05-19 10:37:47 +08:00
parent f92598803f
commit 6a2e09173c
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
echo "$HOME/.bun/bin" >> "$GITHUB_PATH"
- name: Install dependencies
run: bun install --frozen-lockfile
run: bun install --frozen-lockfile --registry=https://registry.npmmirror.com
- name: Run checks
run: bun run check