Skip to content

Commit

Permalink
ci: [-] remove cleaning paths no longer exist
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizalo committed Mar 14, 2024
1 parent 34f4535 commit eda5fbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/clean_cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eda5fbd

Please sign in to comment.