Skip to content

Commit e2aa12d

Browse files
committed
Update android.yml
1 parent f63304c commit e2aa12d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
steps:
7474
- name: checkout
7575
uses: actions/checkout@v2
76+
- name: set up JDK 11
77+
uses: actions/setup-java@v1
78+
with:
79+
distribution: 'zulu'
80+
java-version: '11'
7681
- name: set up Python
7782
uses: actions/setup-python@v4
7883
with:

0 commit comments

Comments
 (0)