We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9447a commit 36ee847Copy full SHA for 36ee847
.github/workflows/dart.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
34
35
- name: Install dependencies
36
- run: flutter pub get
+ run: dart pub get
37
38
# Uncomment this step to verify the use of 'dart format' on each commit.
39
# - name: Verify formatting
0 commit comments