Skip to content

Commit

Permalink
fix: added dart setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto committed Sep 5, 2024
1 parent 86c82fd commit 5f57484
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/flutter-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ jobs:
steps:
- uses: actions/checkout@v4


- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.3.0
- run: flutter --version

- name: Install dependencies
run: dart pub get
- name: Set up Dart
uses: dart-lang/setup-dart@v1
- run: dart pub get

- name: Cache pub-cache
id: pub-cache
Expand Down

0 comments on commit 5f57484

Please sign in to comment.