Skip to content

Commit 2288ce7

Browse files
authored
Use flutter pub get
1 parent 102bf37 commit 2288ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: dart-lang/setup-dart@v1
1616

1717
- name: Install dependencies
18-
run: dart pub get
18+
run: flutter pub get
1919

2020
# Consider passing '--fatal-infos' for slightly stricter analysis.
2121
- name: Analyze project source

0 commit comments

Comments
 (0)