Skip to content

Commit

Permalink
add:flutter ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangNanXiGe2016 committed Mar 6, 2024
1 parent 6a57dd1 commit 3fb5623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs: # 定义了一系列的工作,这些工作可以并行执行,也可
- name: Setup Flutter # 第二步,设置Flutter环境
uses: subosito/flutter-action@v1
with:
flutter-version: '2.2.3' # 指定Flutter版本号
flutter-version: '>=3.1.0 <4.0.0' # 指定Flutter版本号

- name: Install dependencies # 第三步,安装依赖
run: flutter pub get
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs: # 定义了一系列的工作,这些工作可以并行执行,也可
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: '2.2.3'
flutter-version: '>=3.1.0 <4.0.0'

- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit 3fb5623

Please sign in to comment.