Wipe out boot directory

This commit is contained in:
Eugene Yokota 2022-11-10 12:02:37 -05:00
parent e55955d918
commit 03e1b3cadc
1 changed files with 1 additions and 0 deletions

View File

@ -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"