Skip to content

Commit

Permalink
docs/fix: explictly install sbt
Browse files Browse the repository at this point in the history
`ubuntu-latest` no longer contains sbt, so install it explicitly

actions/runner-images#10788 (comment)
  • Loading branch information
raboof committed Dec 9, 2024
1 parent 120a190 commit de8139c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v2
```
Expand Down

0 comments on commit de8139c

Please sign in to comment.