测试发布
编译项目 / 编译 (push) Failing after 45s Details

This commit is contained in:
qxa 2024-04-11 17:43:02 +08:00
parent b320e93f02
commit dcc7aa87b5
1 changed files with 9 additions and 0 deletions

View File

@ -15,7 +15,16 @@ jobs:
name: 编译
runs-on: linux
container: node:alpine
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: 下载源码
uses: actions/checkout@v3