Skip to content

Commit 2b73f4d

Browse files
committed
fix github workflow
1 parent a18a7c8 commit 2b73f4d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v4
11-
- name: set up JDK 1.17
11+
- name: set up JDK 17
1212
uses: actions/setup-java@v4
1313
with:
14-
java-version: 1.17
14+
distribution: 'zulu'
15+
java-version: '17'
16+
cache: 'gradle'
1517

1618
- name: Cache Gradle packages
1719
uses: actions/cache@v4

0 commit comments

Comments
 (0)