Skip to content

Commit

Permalink
fix: removed upgrade from actions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto committed Sep 5, 2024
1 parent 7d24cb6 commit eda8bdd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/actions/flutter-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@ runs:
flutter-version: 3.3.0
- run: flutter --version
shell: bash

- name: Set up Dart
uses: dart-lang/setup-dart@v1
with:
sdk: stable
- run: flutter upgrade
shell: bash


- name: Cache pub-cache
id: pub-cache
uses: actions/cache@v4
Expand Down

0 comments on commit eda8bdd

Please sign in to comment.