Skip to content

Commit c09318c

Browse files
committed
update CI
1 parent 4cd97e1 commit c09318c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
with:
2828
channel: 'stable'
2929

30-
- name: Install dependencies
30+
- name: Inform about used Flutter version
3131
run: flutter doctor
32+
33+
- name: Install dependencies
3234
run: flutter pub get
3335

3436
# Uncomment this step to verify the use of 'dart format' on each commit.

0 commit comments

Comments
 (0)