Skip to content

Commit b11891e

Browse files
committed
[506] fix: github actions
1 parent 405e0e4 commit b11891e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
flutter-version-file: pubspec.yaml
1919
- name: Analyze
2020
run: |
21+
flutter pub get
2122
dart run build_runner build
2223
flutter gen-l10n
23-
flutter pub get
2424
dart analyze --fatal-infos
2525
2626
format:

0 commit comments

Comments
 (0)