Skip to content

Commit

Permalink
Install sbt in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Jan 9, 2025
1 parent e63534f commit cc12f58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
java-version: ${{ matrix.java }}
cache: sbt

- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Update dependencies
if: steps.setup-java.outputs.cache-hit == 'false'
run: sbt +update
Expand Down

0 comments on commit cc12f58

Please sign in to comment.