Skip to content

Commit

Permalink
fix: specified dart sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto committed Sep 5, 2024
1 parent 9054858 commit 5d29d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/flutter-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ runs:

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

Expand Down

0 comments on commit 5d29d50

Please sign in to comment.