Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
get right dart version
  • Loading branch information
apoleon33 authored Dec 28, 2023
1 parent 2c9b997 commit 755150b
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.7'
- run: flutter pub get
- run: flutter test
- run: flutter build apk
- run: flutter build appbundle
flutter-version: '1.22.x'
channel: 'dev'
- run: flutter --version

0 comments on commit 755150b

Please sign in to comment.