1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
Takashi Kokubun 2019-07-30 21:15:10 +09:00
parent e25088488b
commit f3b0ed3f26
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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