Skip to content

Commit

Permalink
Merge pull request #2558 from tgodzik/fix-ci
Browse files Browse the repository at this point in the history
bugfix: Install sbt to fix CI
  • Loading branch information
tgodzik authored Jan 7, 2025
2 parents 221d038 + b08172b commit c4daa3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
distribution: 'temurin'
java-version: 17
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: Publish
run: |
sbt docs/docusaurusPublishGhpages
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sbt-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3

0 comments on commit c4daa3d

Please sign in to comment.