This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user