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

Commit

Permalink
fix github action for java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aline Bonnet committed Aug 18, 2024
1 parent fe4933b commit 3f0b255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
java-version: '8'
- run: flutter --version
- name: Build apk
run: flutter build apk --debug
- name: Upload APK
Expand Down

0 comments on commit 3f0b255

Please sign in to comment.