Skip to content

Commit 9e3c1aa

Browse files
committed
fixup! [DEBUG} Try removing /usr/local/Homebrew/Library/Homebrew/shims/scm/ before restore_cache
1 parent 50932ed commit 9e3c1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ jobs:
628628
- run:
629629
name: restore_cache workaround
630630
command: |
631-
rm -r /usr/local/Homebrew/Library/Homebrew/shims/scm/
631+
rm /usr/local/Homebrew/Library/Homebrew/shims/scm/svn
632632
- restore_cache:
633633
keys:
634634
- dependencies-osx-{{ arch }}-{{ checksum ".circleci/osx_install_dependencies.sh" }}

0 commit comments

Comments
 (0)