summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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