测试发布
编译项目 / 编译 (push) Failing after 45s
Details
编译项目 / 编译 (push) Failing after 45s
Details
This commit is contained in:
parent
b320e93f02
commit
dcc7aa87b5
|
|
@ -15,7 +15,16 @@ jobs:
|
||||||
name: 编译
|
name: 编译
|
||||||
runs-on: linux
|
runs-on: linux
|
||||||
|
|
||||||
|
container: node:alpine
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: 安装基础配件
|
||||||
|
run: |
|
||||||
|
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||||
|
apk update
|
||||||
|
apk add bash
|
||||||
|
apk add jq
|
||||||
|
|
||||||
- name: 下载源码
|
- name: 下载源码
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue