Skip to content

Commit

Permalink
ci: Install flutter for flutter-pub-update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 22, 2024
1 parent dcbe84f commit 287d8e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/flutter-pub-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- name: Install Dart SDK
uses: dart-lang/setup-dart@v1

- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.6'
channel: 'stable'

- name: Setup git author name
uses: fregante/setup-git-user@v2

Expand Down

0 comments on commit 287d8e6

Please sign in to comment.