Skip to content

Commit 66407a7

Browse files
committed
use JDK17
1 parent 38fb3f7 commit 66407a7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/flutter-android.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Deploy App Bundle
1+
name: Build and Deploy Android App Bundle
22

33
on:
44
push:
@@ -14,6 +14,12 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v3
1616

17+
- name: Setup Java 17
18+
uses: actions/setup-java@v3
19+
with:
20+
java-version: '17'
21+
distribution: 'temurin'
22+
1723
- name: Setup Flutter
1824
uses: subosito/flutter-action@v2
1925
with:

0 commit comments

Comments
 (0)