Skip to content

Commit

Permalink
Don't explicitly install homebrew
Browse files Browse the repository at this point in the history
It is already installed on azure, and this installation step is
very unreliable lately.
  • Loading branch information
nikic committed Jul 29, 2019
1 parent 3429370 commit 76c2bef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions azure/macos/brew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 76c2bef

Please sign in to comment.