fix: 添加 alpine 国内镜像源
Some checks failed
Release / build (push) Has been cancelled

This commit is contained in:
2026-04-27 06:21:42 +08:00
parent 78c3ceccea
commit 68d4a9530c

View File

@@ -13,6 +13,10 @@ jobs:
env:
GOPROXY: "https://mirrors.aliyun.com/goproxy/,direct"
steps:
- name: Setup mirrors
run: |
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
- name: Checkout
run: |
apk add git bash