diff --git a/.github/actions/clean_cache/action.yml b/.github/actions/clean_cache/action.yml index 86d426643..bda0e75c8 100644 --- a/.github/actions/clean_cache/action.yml +++ b/.github/actions/clean_cache/action.yml @@ -7,8 +7,6 @@ runs: - name: Cleaning for cache 🚯 run: | rm -rf "$HOME/.ivy2/local" || true - find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true - find $HOME/.ivy2/cache -name "ivydata-*.properties" -delete || true find $HOME/.cache/coursier/v1 -name "ivydata-*.properties" -delete || true find $HOME/.sbt -name "*.lock" -delete || true shell: bash