Skip to content

Commit

Permalink
ci: Fix installing flutter
Browse files Browse the repository at this point in the history
Remove Dart, as flutter SDK already brings dart.
  • Loading branch information
iamsergio committed Apr 22, 2024
1 parent 287d8e6 commit ba1a9a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/flutter-pub-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
sudo apt update -qq
sudo apt install wget curl file unzip zip xz-utils -y
- name: Install Dart SDK
uses: dart-lang/setup-dart@v1

- name: Install Flutter SDK
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.6'
Expand Down

0 comments on commit ba1a9a1

Please sign in to comment.