Skip to content

Commit 142a36c

Browse files
authored
Update android.yml
1 parent 1472eb2 commit 142a36c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
- name: Checkout source
1616
uses: actions/checkout@v3
1717

18-
18+
- uses: actions/setup-java@v4
19+
with:
20+
distribution: 'zulu'
21+
java-version: 17
1922

2023
- name: Make gradlew executable
2124
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)