Skip to content

Commit

Permalink
chore(ci): add setup-sbt in all places
Browse files Browse the repository at this point in the history
  • Loading branch information
updraft0 committed Feb 12, 2025
1 parent fba8827 commit 4ffdc90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
distribution: 'temurin'
java-version: '21'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
distribution: 'temurin'
java-version: '21'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 4ffdc90

Please # to comment.