Skip to content

Commit b08172b

Browse files
committed
bugfix: Install sbt to fix CI
1 parent 221d038 commit b08172b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release-website.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
distribution: 'temurin'
1919
java-version: 17
2020
cache: 'sbt'
21+
- uses: sbt/setup-sbt@v1
2122
- name: Publish
2223
run: |
2324
sbt docs/docusaurusPublishGhpages

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

+1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
submodules: true
15+
- uses: sbt/setup-sbt@v1
1516
- uses: scalacenter/sbt-dependency-submission@v3

0 commit comments

Comments
 (0)