测试win编译
编译项目 / 编译 (push) Failing after 6s Details

This commit is contained in:
qxa 2024-04-12 11:12:07 +08:00
parent 1cd3b3f83d
commit e6fa594d5c
1 changed files with 5 additions and 11 deletions

View File

@ -13,20 +13,13 @@ on:
jobs:
job1:
name: 编译
runs-on: linux
runs-on: windows
container: node:alpine
defaults:
run:
shell: bash
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: 下载源码
uses: actions/checkout@v3
@ -39,6 +32,7 @@ jobs:
- name: 安装flutter
uses: actions/setup-flutter@v2
with:
channel: stable
flutter-version: "3.x"
- name: 打包flutter