更新 .gitea/workflows/main.yaml
CI / Build (push) Successful in 17s
Details
CI / Build (push) Successful in 17s
Details
This commit is contained in:
parent
0bf28e05fe
commit
7714983aa2
|
@ -7,7 +7,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: install nodejs
|
- name: install nodejs
|
||||||
run: |
|
run: |
|
||||||
# 起换阿里源
|
|
||||||
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||||
apk add nodejs
|
apk add nodejs
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue