mirror of https://github.com/sbt/sbt.git
Wipe out boot directory
This commit is contained in:
parent
e55955d918
commit
03e1b3cadc
|
|
@ -105,6 +105,7 @@ jobs:
|
|||
if: ${{ matrix.jobtype == 1 }}
|
||||
shell: bash
|
||||
run: |
|
||||
rm -rf "$HOME/.sbt/boot/" || true
|
||||
./sbt -v --client mimaReportBinaryIssues
|
||||
./sbt -v --client javafmtCheck
|
||||
./sbt -v --client "Test/javafmtCheck"
|
||||
|
|
|
|||
Loading…
Reference in New Issue