Skip to content

Commit 3b45182

Browse files
committed
Install sbt
1 parent 1758cc4 commit 3b45182

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/binary-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
jvm: adoptium:${{ inputs.java }}
6363
jvm-index: ${{ inputs.java-index }}
6464

65+
- name: Install sbt
66+
uses: sbt/setup-sbt@v1
67+
6568
- name: Binary Compatibility
6669
run: sbt +mimaReportBinaryIssues
6770

.github/workflows/cmd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ jobs:
149149
jvm: adoptium:${{ matrix.java }}
150150
jvm-index: ${{ inputs.java-index }}
151151

152+
- name: Install sbt
153+
uses: sbt/setup-sbt@v1
154+
152155
- name: Print helpful configs and files and show environment
153156
run: |
154157
echo "Matrix: ${{ toJSON(matrix) }}"

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
jvm: adoptium:${{ inputs.java }}
7373
jvm-index: ${{ inputs.java-index }}
7474

75+
- name: Install sbt
76+
uses: sbt/setup-sbt@v1
77+
7578
- name: Publish artifacts
7679
run: ${{ inputs.cmd }}
7780
env:

0 commit comments

Comments
 (0)