测试win编译
编译项目 / 编译 (push) Failing after 6s
Details
编译项目 / 编译 (push) Failing after 6s
Details
This commit is contained in:
parent
1cd3b3f83d
commit
e6fa594d5c
|
|
@ -13,20 +13,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
job1:
|
job1:
|
||||||
name: 编译
|
name: 编译
|
||||||
runs-on: linux
|
runs-on: windows
|
||||||
|
|
||||||
container: node:alpine
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
|
||||||
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
|
|
||||||
apk add git
|
|
||||||
apk add curl
|
|
||||||
|
|
||||||
- name: 下载源码
|
- name: 下载源码
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
@ -39,6 +32,7 @@ jobs:
|
||||||
- name: 安装flutter
|
- name: 安装flutter
|
||||||
uses: actions/setup-flutter@v2
|
uses: actions/setup-flutter@v2
|
||||||
with:
|
with:
|
||||||
|
channel: stable
|
||||||
flutter-version: "3.x"
|
flutter-version: "3.x"
|
||||||
|
|
||||||
- name: 打包flutter
|
- name: 打包flutter
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue