mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 05:06:45 +00:00
upgrade github actions jdk to 15.0.1.hs.adpt
This commit is contained in:
parent
ff83af2e0d
commit
452242f208
1 changed files with 3 additions and 3 deletions
6
.github/workflows/package.yaml
vendored
6
.github/workflows/package.yaml
vendored
|
@ -12,10 +12,10 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Set up JDK 14.0.2
|
- name: Set up JDK 15.0.1
|
||||||
uses: actions/setup-java@v1
|
uses: joschi/setup-jdk@v2
|
||||||
with:
|
with:
|
||||||
java-version: 14.0.2
|
java-version: 15.0.1
|
||||||
- name: Show Build Versions
|
- name: Show Build Versions
|
||||||
run: ./gradlew -v
|
run: ./gradlew -v
|
||||||
- name: Cache Gradle packages
|
- name: Cache Gradle packages
|
||||||
|
|
Loading…
Reference in a new issue