Skip to content

Commit

Permalink
Replace setup-java with setup-scala
Browse files Browse the repository at this point in the history
Uses version of Java configured in .tool-versions.
  • Loading branch information
kelvin-chappell authored Jan 22, 2025
1 parent 5f3ced4 commit 2a198dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ jobs:
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
aws-region: eu-west-1

- uses: actions/setup-java@v3
with:
java-version: "11"
distribution: "corretto"
cache: "sbt"
- uses: guardian/setup-scala@v1

- name: Build the stack
run: |
Expand Down

0 comments on commit 2a198dd

Please sign in to comment.