更新 .gitea/workflows/main.yaml
CI / Build (push) Successful in 3s
Details
CI / Build (push) Successful in 3s
Details
This commit is contained in:
parent
7714983aa2
commit
d1c4d52efa
|
@ -7,6 +7,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: install nodejs
|
- name: install nodejs
|
||||||
run: |
|
run: |
|
||||||
|
echo "8.137.84.255 pms.docker" >> /etc/hosts
|
||||||
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