Skip to content

Commit

Permalink
ci: explicitly install SBT (removed from GitHub in newer Ubuntu versi…
Browse files Browse the repository at this point in the history
…on) (#24)
  • Loading branch information
JavierCane authored Jan 13, 2025
1 parent 48960fc commit 68d6730
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 @@ -19,6 +19,7 @@ jobs:
distribution: 'zulu'
java-version: '21'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: 👌 Run "pre-push" tasks (compile and style-check)
run: sbt prep
- name: ✅ Run test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-github-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3

0 comments on commit 68d6730

Please sign in to comment.