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

This commit is contained in:
root 2024-06-30 20:07:04 +08:00
parent 7714983aa2
commit d1c4d52efa
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ jobs:
steps:
- name: install nodejs
run: |
echo "8.137.84.255 pms.docker" >> /etc/hosts
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
apk add nodejs
- uses: actions/checkout@v4