Skip to content

Commit

Permalink
update github actions workflow for error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianojung committed Apr 28, 2024
1 parent 469298b commit d23656c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603

- name: Install dependencies
run: dart pub get
run: flutter pub get

# Uncomment this step to verify the use of 'dart format' on each commit.
# - name: Verify formatting
Expand Down

0 comments on commit d23656c

Please sign in to comment.