From: Nikita Popov Date: Mon, 29 Jul 2019 18:01:20 +0000 (+0200) Subject: Don't explicitly install homebrew X-Git-Tag: php-7.4.0beta2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76c2bef9b020bc0816fdd6e488627b2e3a520161;p=php Don't explicitly install homebrew It is already installed on azure, and this installation step is very unreliable lately. --- diff --git a/azure/macos/brew.yml b/azure/macos/brew.yml index 36915969eb..df4c5a532d 100644 --- a/azure/macos/brew.yml +++ b/azure/macos/brew.yml @@ -2,9 +2,6 @@ parameters: packages: '' steps: - - script: | - /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - displayName: 'Install Homebrew' - script: | brew install pkg-config \ autoconf \