Skip to content

Commit

Permalink
[ado] Workaround homebrew openssl issue (facebook#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy authored Dec 8, 2020
1 parent bd2cbcd commit 76baa80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ado/templates/apple-node-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Task Group: Brew install node version
#
steps:
- script: 'brew uninstall openssl@1.0.2t && rm -rf /usr/local/etc/openssl && rm -rf /usr/local/etc/openssl@1.1'
displayName: Fix Homebrew

- script: 'brew bundle'
displayName: 'brew bundle'

Expand Down

0 comments on commit 76baa80

Please sign in to comment.