Skip to content

Commit 3128ed3

Browse files
committed
ci: fix missing pubspec.lock
1 parent a8d1ba1 commit 3128ed3

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
@@ -30,5 +30,8 @@ jobs:
3030
- name: Install Flutter
3131
uses: subosito/flutter-action@v2
3232

33+
- name: Get Flutter deps
34+
run: flutter pub get
35+
3336
- name: Check
3437
run: bash contrib/scripts/check-crate.sh

0 commit comments

Comments
 (0)