Skip to content

Commit

Permalink
Add setup-scala GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
waisingyiu committed Oct 16, 2024
1 parent b1d29bb commit 933a491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- uses: guardian/[email protected]
with:
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 comments on commit 933a491

Please sign in to comment.