Skip to content

Commit

Permalink
Ensure SBT is setup correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mchv committed Nov 22, 2024
1 parent 89295fa commit a8963d5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,9 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

# Configuring caching is also recommended.
# See https://github.com/actions/setup-java
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'corretto'
cache: 'sbt'
- uses: guardian/setup-scala@v1

- name: Build
run: |
Expand Down

0 comments on commit a8963d5

Please sign in to comment.