Skip to content

Commit 19bbafc

Browse files
committed
Update install java for apk build
1 parent 3cc3ae6 commit 19bbafc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/flutter_ci_cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

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

0 commit comments

Comments
 (0)