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 d23656c commit 7494820
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
# https://github.com/dart-lang/setup-dart/blob/main/README.md
# - uses: dart-lang/setup-dart@v1
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.19.0'

- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit 7494820

Please sign in to comment.