]> granicus.if.org Git - php/commitdiff
Don't explicitly install homebrew
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 29 Jul 2019 18:01:20 +0000 (20:01 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 29 Jul 2019 19:08:29 +0000 (21:08 +0200)
It is already installed on azure, and this installation step is
very unreliable lately.

azure/macos/brew.yml

index 36915969eb61d9f753b944ed9cf4b31c3fe24a3e..df4c5a532d740a89682837798f0ec97678afbd9e 100644 (file)
@@ -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 \