Skip to content

Commit 851cb0f

Browse files
committed
add setup step in CI
1 parent d78b35c commit 851cb0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
run: |
2424
echo vendor/flutter/bin >> "$GITHUB_PATH"
2525
26+
- name: Run setup
27+
run: tools/setup-vendor-flutter
28+
2629
- name: Display version (Temporary)
2730
run: |
2831
flutter --version

0 commit comments

Comments
 (0)