ci: Run 'brew doctor' to look for Homebrew issues

This commit is contained in:
Matt Borgerson
2020-10-22 13:19:50 -07:00
committed by mborgerson
parent ad58444e46
commit f8a632645c
+2 -1
View File
@@ -143,7 +143,8 @@ jobs:
git fetch --prune --unshallow --tags -f
- name: Install Dependencies
run: |
brew update
brew doctor || true
brew update-reset
brew install \
ccache \
coreutils \