更新 .gitea/workflows/main.yaml
CI / Build (push) Successful in 6s
Details
CI / Build (push) Successful in 6s
Details
This commit is contained in:
parent
4ed512b142
commit
0cb53c4574
|
@ -8,8 +8,9 @@ jobs:
|
|||
- name: install nodejs&golang
|
||||
run: |
|
||||
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||
apk add nodejs
|
||||
apk add npm
|
||||
apk add go
|
||||
export GOPROXY="https://goproxy.io,direct"
|
||||
- uses: actions/checkout@v4
|
||||
- name: add dns to hosts
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue