Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Romidorka committed Apr 11, 2024
1 parent cb3ef8f commit c9a6c3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: '12.x'
cache: 'gradle'

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.3.1"
flutter-version: "3.19.3"
channel: 'stable'
cache: true

- name: Get dependencies
run: flutter pub get
Expand Down

0 comments on commit c9a6c3b

Please sign in to comment.