mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +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
|
||||
with:
|
||||
submodules: true
|
||||
- name: Set up JDK 14.0.2
|
||||
uses: actions/setup-java@v1
|
||||
- name: Set up JDK 15.0.1
|
||||
uses: joschi/setup-jdk@v2
|
||||
with:
|
||||
java-version: 14.0.2
|
||||
java-version: 15.0.1
|
||||
- name: Show Build Versions
|
||||
run: ./gradlew -v
|
||||
- name: Cache Gradle packages
|
||||
|
|
Loading…
Reference in a new issue