Reinstall wget on mac (#6505)

pull/5866/head^2
Paul Yang 6 years ago committed by GitHub
parent c132a4aa16
commit fa8f155dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      kokoro/macos/prepare_build_macos_rc

@ -21,9 +21,9 @@ export CXX=g++
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
source $HOME/.rvm/scripts/rvm
brew uninstall node icu4c cmake
brew uninstall node icu4c cmake wget
brew prune
brew install gflags gpg gpg2 node openssl pcre ruby cmake
brew install gflags gpg gpg2 node openssl pcre ruby cmake wget
sudo chown -R $(whoami) /usr/local
brew postinstall node

Loading…
Cancel
Save