File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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) }}"
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments