Skip to content

Commit

Permalink
Try 'brew install sbt' as workaround to actions/setup-java#627
Browse files Browse the repository at this point in the history
  • Loading branch information
Christewart committed Apr 29, 2024
1 parent 6543b26 commit f7db1b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Mac_2.13_Crypto_Core_AppServer_Tests.yml
Expand Up @@ -21,6 +21,8 @@ jobs:
distribution: 'adopt'
java-version: '21'
cache: 'sbt'
- name: install sbt as workaround https://github.com/actions/setup-java/issues/627
run: brew install sbt
- name: Cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Mac_2.13_RPC_Tests.yml
Expand Up @@ -21,6 +21,8 @@ jobs:
distribution: 'adopt'
java-version: '21'
cache: 'sbt'
- name: install sbt as workaround https://github.com/actions/setup-java/issues/627
run: brew install sbt
- name: Cache
uses: actions/cache@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Mac_2.13_Wallet_Node_DLC_Tests.yml
Expand Up @@ -21,6 +21,8 @@ jobs:
distribution: 'adopt'
java-version: '21'
cache: 'sbt'
- name: install sbt as workaround https://github.com/actions/setup-java/issues/627
run: brew install sbt
- name: Cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit f7db1b1

Please sign in to comment.