Skip to content

Commit aad33f6

Browse files
committed
chore: update flutter toolchain version to flutter 3.0
1 parent 8961238 commit aad33f6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
channel: 'stable'
3636
cache: true
37+
flutter-version: '3.0.0'
3738

3839
- name: Cache Cargo
3940
uses: actions/cache@v2

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: subosito/flutter-action@v2
5151
with:
5252
channel: 'stable'
53+
flutter-version: '3.0.0'
5354

5455
- name: Pre build
5556
working-directory: frontend
@@ -98,6 +99,7 @@ jobs:
9899
uses: subosito/flutter-action@v2
99100
with:
100101
channel: 'stable'
102+
flutter-version: '3.0.0'
101103

102104
- name: Pre build
103105
working-directory: frontend

0 commit comments

Comments
 (0)