From eda5fbd3ac0a4d42b77121c84e8f66810e21a3e7 Mon Sep 17 00:00:00 2001 From: Eduardo Ruiz Date: Thu, 14 Mar 2024 16:14:23 +0100 Subject: [PATCH] ci: [-] remove cleaning paths no longer exist --- .github/actions/clean_cache/action.yml | 2 -- 1 file changed, 2 deletions(-) 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