Skip to content

Commit

Permalink
add setup-sbt step specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Dec 16, 2024
1 parent 558c22d commit 5446dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_java_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: sbt/setup-sbt@v1

# coursier cache action caches both coursier and sbt caches
- name: coursier-cache-action
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: sbt/setup-sbt@v1

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit 5446dc5

Please sign in to comment.