Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
setup java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Aline Bonnet authored and OtterWays committed Aug 19, 2024
1 parent eddf063 commit 0f7b44d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- uses: actions/setup-java@v3
with:
java-version: '17'
- name: Clear cache
run: |
flutter clean
Expand Down

0 comments on commit 0f7b44d

Please sign in to comment.