Skip to content

Commit d548379

Browse files
committed
ci:91
1 parent d71d1e8 commit d548379

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222

2323
- run: ls
2424

25-
- run: flutter pub get
25+
- name: Init flutter env
26+
run: |
27+
cd namepicker
28+
flutter pub get
2629
2730
- name: Build windows app
2831
run: flutter build windows

0 commit comments

Comments
 (0)