Skip to content

Commit 8d660b3

Browse files
committed
clean up github workflow
1 parent ca86f4e commit 8d660b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ jobs:
8686
- name: checkout
8787
uses: actions/checkout@v4
8888
- name: set up JDK 17
89-
uses: actions/setup-java@v1
89+
uses: actions/setup-java@v4
9090
with:
9191
java-version: '17'
92+
distribution: 'temurin'
9293
- name: Enable KVM
9394
run: |
9495
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules

0 commit comments

Comments
 (0)