fix: 添加 alpine 国内镜像源

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

View File

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