Skip to content

Commit bcee3dd

Browse files
Update build.yml
1 parent 9c816b8 commit bcee3dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
if: steps.assets.output.days == 0
4848
with:
4949
cache: true
50-
50+
- name: Download dependencies
51+
run: flutter pub get
5152
- name: Generate flutter launcher icons
5253
if: steps.assets.output.days == 0
5354
run: flutter pub run flutter_launcher_icons

0 commit comments

Comments
 (0)