Skip to content

Commit

Permalink
Reinstall wget on mac (#6505)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeBoring committed Aug 13, 2019
1 parent c132a4a commit fa8f155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokoro/macos/prepare_build_macos_rc
Expand Up @@ -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

Expand Down

0 comments on commit fa8f155

Please sign in to comment.