Skip to content

Commit

Permalink
Use setup-sbt action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrf1 committed Oct 15, 2024
1 parent 231e074 commit ed47428
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/admin-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,14 @@ jobs:
aws-region: eu-west-1

- name: Setup Java 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: "corretto"
java-version: "11"
- uses: actions/cache@v3
with:
path: |
~/.ivy2/cache
~/.sbt
~/.coursier
key: sbt
distribution: 'corretto'
java-version: '11'
cache: 'sbt'

- name: Setup SBT
uses: sbt/setup-sbt@v1

- name: riffraff
run: |
Expand Down

0 comments on commit ed47428

Please sign in to comment.