Skip to content

Commit

Permalink
fix: dependency submission
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 cd85d3b commit 9133b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v2

0 comments on commit 9133b0a

Please sign in to comment.