ci: use adoptopenjdk
This commit is contained in:
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@@ -21,8 +21,9 @@ jobs:
|
||||
${{ runner.os }}-cache-
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: adopt
|
||||
java-version: 11
|
||||
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user