Add brew update before brew bundle (#39999)
authorRyan Lucia <rylucia@microsoft.com>
Tue, 28 Jul 2020 11:07:25 +0000 (07:07 -0400)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2020 11:07:25 +0000 (13:07 +0200)
commit18316b6d305b13e66ee2fe910e59ad6fe018aea4
tree69ee0dee144376b179caae2c7ce9f994c4f75c72
parent43670d59e25a6f9b5e6aeb8d1fd7cff1abe6d947
Add brew update before brew bundle (#39999)

Every lane appears to be failing because of an issue with brew bundle expecting the latest homebrew but not automatically updating: https://github.com/Homebrew/homebrew-bundle/issues/751
So forcibly update, which is apparently good practice anyway: https://github.com/Homebrew/homebrew-bundle/issues/751#issuecomment-664958735
eng/install-native-dependencies.sh