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 3fb5623 commit 975b982
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: '>=3.1.0 <4.0.0' # 指定Flutter版本号
flutter-version: '3.19.2' # 指定Flutter版本号

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

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

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

0 comments on commit 975b982

Please sign in to comment.