mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +01:00
Try downgrading the jdk to 15 for linux release builds (#3287)
This commit is contained in:
parent
898ebed4e9
commit
6cd85765a5
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -117,7 +117,7 @@ jobs:
|
||||
- name: Setup Scala
|
||||
uses: olafurpg/setup-scala@v10
|
||||
with:
|
||||
java-version: openjdk@1.16.0-1
|
||||
java-version: openjdk@1.15.0-2
|
||||
- name: 'Get Previous tag'
|
||||
id: previoustag
|
||||
uses: "WyriHaximus/github-action-get-previous-tag@v1"
|
||||
|
Loading…
Reference in New Issue
Block a user