aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-07-30 21:15:10 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-07-30 21:15:11 +0900
commitf3b0ed3f264201137c5841c46ec3ee61d3b14034 (patch)
tree00c7181de48904f69a9413dd2eca32d169d1c7c8 /azure-pipelines.yml
parente25088488bbf7b4bf1be19e57ee5fba41ad6f21c (diff)
downloadruby-f3b0ed3f264201137c5841c46ec3ee61d3b14034.tar.gz
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
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
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