Skip to content

Commit b363863

Browse files
authored
update setup java
1 parent b5b169d commit b363863

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
with:
2424
submodules: true
2525

26-
- uses: actions/setup-java@v1
26+
- uses: actions/setup-java@v2.3.1
2727
with:
2828
java-version: '11'
29+
distribution: 'zulu'
2930

3031
- uses: actions/cache@v1
3132
with:

0 commit comments

Comments
 (0)