Correction of adopt java version (#30526)
This commit is contained in:
parent
c1228ce8b3
commit
8763d06caa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly-jdk8.yml
vendored
2
.github/workflows/nightly-jdk8.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Set up JDK 8
|
||||
uses: olafurpg/setup-scala@v10
|
||||
with:
|
||||
java-version: adopt@$1.8.0
|
||||
java-version: adopt@1.8.0
|
||||
|
||||
- name: Cache Coursier cache
|
||||
uses: coursier/cache-action@v6.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue