Skip to content

Commit 388902a

Browse files
committed
fix(CI): updates actions/setup-java usage
1 parent dfa6194 commit 388902a

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
@@ -9,7 +9,8 @@ jobs:
99
- name: set up JDK 1.8
1010
uses: actions/setup-java@v4
1111
with:
12-
java-version: 1.8
12+
java-version: 8
13+
distribution: zulu
1314
- name: Run CI
1415
run: make ci
1516
- name: Upload SonarCloud

0 commit comments

Comments
 (0)