mirror of
https://gitea.com/actions/setup-java.git
synced 2025-10-26 07:16:35 +00:00
Step to install sbt and dragonwell fix for 11
This commit is contained in:
5
.github/workflows/e2e-cache.yml
vendored
5
.github/workflows/e2e-cache.yml
vendored
@@ -132,6 +132,11 @@ jobs:
|
||||
distribution: 'adopt'
|
||||
java-version: '11'
|
||||
cache: sbt
|
||||
- name: Setup SBT
|
||||
if: matrix.os == 'macos-13'
|
||||
run: |
|
||||
echo ""Installing SBT...""
|
||||
brew install sbt
|
||||
- name: Create files to cache
|
||||
run: sbt update
|
||||
|
||||
|
||||
Reference in New Issue
Block a user