Merge pull request #3514 from git-lfs/ttaylorr/dont-use-prune-circle

.circleci: don't use 'brew prune'
This commit is contained in:
Taylor Blau 2019-02-06 17:22:21 -08:00 committed by GitHub
commit f6a228e8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,6 @@ jobs:
steps:
- checkout
- run: brew update
- run: brew prune
- run: brew upgrade go || brew install go
- run: brew upgrade git || brew install git
- run: brew upgrade gettext || brew install gettext