Skip to content

Commit

Permalink
remove brew workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddell committed Dec 23, 2020
1 parent 9b7758e commit c8929de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/scripts/install-detox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
set -e

if [ "$PLATFORM" = "ios" ]; then
# remove the workaround when fixed: 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

brew update
brew tap wix/brew
brew install applesimutils
Expand Down

0 comments on commit c8929de

Please sign in to comment.