mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-18 21:34:39 +01:00
Migrate from setup-scala
github action to setup-java
github action in release.yml
(#5504)
* Try migrating from setup-scala github action to setup-java github action in release.yml * Remove custom branch
This commit is contained in:
parent
723e2f6a31
commit
dc16ddfc2d
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -14,7 +14,8 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: olafurpg/setup-scala@v13
|
||||
- name: Setup Scala
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'adopt'
|
||||
java-version: '21'
|
||||
|
Loading…
Reference in New Issue
Block a user