Update the brew before upgrading coreutils

pull/24267/head
Lidi Zheng 4 years ago
parent 5527e0f328
commit 27b110fc22
  1. 1
      tools/internal_ci/helper_scripts/prepare_build_macos_rc

@ -92,6 +92,7 @@ then
export PYTHONPATH=/Library/Python/3.4/site-packages
# make sure md5sum is available (requires coreutils 8.31+)
brew update
brew upgrade coreutils
# Install Python 3.7 and Python 3.8

Loading…
Cancel
Save