Skip to content

Commit db83898

Browse files
committed
Install JDK 17 before android device tests
1 parent 9b687b7 commit db83898

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/scripts-android.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
- name: Checkout repository
4444
uses: actions/checkout@v4
4545

46+
- name: Set up JDK 17
47+
uses: actions/setup-java@v4
48+
with:
49+
distribution: temurin
50+
java-version: '17'
51+
4652
- name: Install Android SDK
4753
uses: android-actions/setup-android@v3
4854

0 commit comments

Comments
 (0)