Skip to content

Commit

Permalink
Configure setup-sbt to mitigate lack of sbt installation on ubuntu la…
Browse files Browse the repository at this point in the history
…test gh runners
  • Loading branch information
mkuthan committed Jan 3, 2025
1 parent aa854cc commit c069c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
scala-steward:
runs-on: ubuntu-latest
steps:
- uses: sbt/setup-sbt@v1
- uses: scala-steward-org/scala-steward-action@v2
with:
github-app-id: ${{ secrets.APP_ID }}
Expand Down

0 comments on commit c069c4c

Please sign in to comment.