Skip to content

Commit 50932ed

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,10 @@ jobs:
625625
MAKEFLAGS: -j 5
626626
steps:
627627
- checkout
628+
- run:
629+
name: restore_cache workaround
630+
command: |
631+
rm -r /usr/local/Homebrew/Library/Homebrew/shims/scm/
628632
- restore_cache:
629633
keys:
630634
- dependencies-osx-{{ arch }}-{{ checksum ".circleci/osx_install_dependencies.sh" }}

0 commit comments

Comments
 (0)