Skip to content

Commit

Permalink
Fix issue where sbt is no longer being found during 'sbt assembly' co…
Browse files Browse the repository at this point in the history
…mmand

Add explicit 'sbt/setup-sbt@v1' action in 'Public Artifacts'
See https://www.scala-sbt.org/1.x/docs/GitHub-Actions-with-sbt.html
  • Loading branch information
danscales committed Jan 21, 2025
1 parent 0a3d8b8 commit 2315a4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
distribution: temurin
java-version: 11.0.19

- name: Setup sbt launcher
uses: sbt/setup-sbt@v1

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 2315a4b

Please sign in to comment.