[skip e2e]Add ccache into install mac deps (#15675)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/15678/head
Jenny Li 2022-02-22 09:33:51 +08:00 committed by GitHub
parent 2bb300fa17
commit b19602903a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function install_linux_deps() {
function install_mac_deps() {
sudo xcode-select --install > /dev/null 2>&1
brew install boost libomp ninja tbb cmake llvm
brew install boost libomp ninja tbb cmake llvm ccache
brew uninstall grep
brew install grep
export PATH="/usr/local/opt/grep/libexec/gnubin:$PATH"