Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LezdCS authored Oct 22, 2024
1 parent 96bd8ce commit 4da2616
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-java@v1
with:
java-version: '12.x'

- uses: subosito/flutter-action@v2
with:
flutter-version: "3.10.6"
channel: 'stable'
- name: Set up Flutter
uses: subosito/flutter-action@v2

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

0 comments on commit 4da2616

Please sign in to comment.