Skip to content

Commit

Permalink
chore: don't use a cache in homebrew, as it's not faster
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Feb 16, 2023
1 parent 94daab2 commit 506ec78
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,30 +178,11 @@ commands:
- install_sdks_unix
install_sdks_macos:
steps:
- restore_cache:
name: Restoring Homebrew cache
keys:
- homebrew-cache-{{ arch }}
- run:
name: Installing golang
command: |
brew install go gradle python elixir composer
- install_sdks_unix
- save_cache:
name: Saving Homebrew cache
key: homebrew-cache-{{ arch }}
paths:
- /usr/local/Homebrew
- /usr/local/Caskroom
- /usr/local/Cellar
- /usr/local/bin/brew
- /usr/local/etc
- /usr/local/include
- /usr/local/lib
- /usr/local/opt
- /usr/local/sbin
- /usr/local/share
- /usr/local/var
install_shellspec_dependencies:
steps:
- run:
Expand Down

0 comments on commit 506ec78

Please sign in to comment.