Skip to content

Commit a75419c

Browse files
committed
update CI
1 parent c09318c commit a75419c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ jobs:
2222
with:
2323
java-version: '12.x'
2424
# Include the flutter action
25-
- uses: dart-lang/setup-dart@1
2625
- uses: subosito/flutter-action@v1
2726
with:
2827
channel: 'stable'
2928

3029
- name: Inform about used Flutter version
31-
run: flutter doctor
32-
30+
run: flutter --version
31+
3332
- name: Install dependencies
3433
run: flutter pub get
3534

0 commit comments

Comments
 (0)