Skip to content

Commit

Permalink
Merge pull request #31 from guardian/rachel/add-setup-scala-to-workflow
Browse files Browse the repository at this point in the history
Add setup-scala to workflow
  • Loading branch information
emdash-ie authored Nov 18, 2024
2 parents 2424642 + 3dace84 commit d79161b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v3

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

- name: Build and test
env:
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java corretto-11.0.25.9.1

0 comments on commit d79161b

Please sign in to comment.