From f3b0ed3f264201137c5841c46ec3ee61d3b14034 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 30 Jul 2019 21:15:10 +0900 Subject: [PATCH] Try giving up `brew update` in Azure as well homebrew-cask fetch fails too often. https://dev.azure.com/rubylang/ruby/_build/results?buildId=1917 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4b4de37951..93498d0e1d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,7 +47,7 @@ jobs: bundler: task: test-bundler steps: - - script: brew update && brew install autoconf bison openssl + - script: brew install autoconf bison openssl displayName: "Install dependencies" - checkout: self fetchDepth: 20