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

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

View File

@ -7,7 +7,6 @@ jobs:
steps:
- name: install nodejs
run: |
# 起换阿里源
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
apk add nodejs
- uses: actions/checkout@v4