fix: unknown java 1.8 in build job action (#3807)
This commit is contained in:
parent
182f70729d
commit
85e99e54bb
4
.github/workflows/snapshot_release.yml
vendored
4
.github/workflows/snapshot_release.yml
vendored
@ -122,11 +122,11 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-maven-
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
- name: Set up Java 8
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: 1.8
|
||||
java-version: 8
|
||||
|
||||
- name: Install genisoimage and jq
|
||||
run: sudo apt-get install genisoimage jq
|
||||
|
Loading…
Reference in New Issue
Block a user