From 03e1b3cadcad4189aeb01d3934b6a869da3bb6df Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Thu, 10 Nov 2022 12:02:37 -0500 Subject: [PATCH] Wipe out boot directory --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f45e1f38..6c2cc30a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"