Skip to content

Commit

Permalink
chore: fix Android CI by upgrading Java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
w568w committed Jul 2, 2024
1 parent 185fb9c commit abbc15a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit abbc15a

Please sign in to comment.