Skip to content

Commit f250165

Browse files
authored
fix: add missing build_runner step to flutter.yml workflow (#375)
1 parent 3c257dc commit f250165

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/flutter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Install dependencies
2626
run: flutter pub get
2727

28+
- name: Generate required files
29+
run: dart run build_runner build -d
30+
2831
- name: Generate localizations
2932
run: flutter gen-l10n
3033

0 commit comments

Comments
 (0)