更新 .gitea/workflows/main.yaml
CI / Build (push) Successful in 6s Details

This commit is contained in:
root 2024-06-30 20:53:19 +08:00
parent 4ed512b142
commit 0cb53c4574
1 changed files with 2 additions and 1 deletions

View File

@ -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: |