Skip to content

Commit

Permalink
chore: add setup-sbt step
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Jan 19, 2025
1 parent c92074d commit e0bb164
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
java-version: 17
check-latest: true

- uses: sbt/setup-sbt@v1

- name: Coursier cache
uses: coursier/cache-action@v6

Expand Down Expand Up @@ -49,6 +51,8 @@ jobs:
java-version: 17
check-latest: true

- uses: sbt/setup-sbt@v1

- name: Coursier cache
uses: coursier/cache-action@v6

Expand Down

0 comments on commit e0bb164

Please sign in to comment.