Skip to content

Commit 0d40817

Browse files
committed
chore: specify flutter version on CI
1 parent 7e975e8 commit 0d40817

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dart_lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424
- uses: subosito/flutter-action@v1
2525
with:
26+
flutter-version: '2.10.0'
2627
channel: "stable"
2728
- name: Deps Flutter
2829
run: flutter packages pub get

0 commit comments

Comments
 (0)