Skip to content

Commit 9bf27d8

Browse files
authored
ci: explicitly install SBT (removed from GitHub in newer Ubuntu version) (#29)
1 parent 08828ff commit 9bf27d8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
distribution: 'zulu'
2020
java-version: '11'
2121
cache: 'sbt'
22+
- uses: sbt/setup-sbt@v1
2223
- name: 👌 Run "pre-push" tasks (compile and style-check)
2324
run: sbt prep
2425
- name: ✅ Run test

.github/workflows/update-github-dependency-graph.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
- uses: sbt/setup-sbt@v1
1617
- uses: scalacenter/sbt-dependency-submission@v3

0 commit comments

Comments
 (0)