Skip to content

Commit

Permalink
Merge pull request sbt#456 from er1c/github-clean-task
Browse files Browse the repository at this point in the history
Fix truncated find  command in .github/workflows/ci.yml
  • Loading branch information
eed3si9n authored Dec 9, 2021
2 parents 6a8d2f5 + 5c00424 commit b8fd60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
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
find $HOME/.sbt -name "*.lock" -delete || true

0 comments on commit b8fd60f

Please sign in to comment.