Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Add macOS brew image/env workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dagood committed Oct 20, 2020
1 parent d530c90 commit ec9e8f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vsts.pipelines/steps/setup-macos-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ steps:
)
}
set -ex
# Work around image/environment bug: https://github.com/actions/virtual-environments/issues/1811
brew uninstall openssl@1.0.2t
brew uninstall python@2.7.17
brew untap local/openssl
brew untap local/python2
# Work around brew bug: https://github.com/dotnet/coreclr/pull/21913
brew update
# Install macOS native dependencies not present in hosted pool.
Expand Down

0 comments on commit ec9e8f7

Please sign in to comment.