mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.azure-pipelines.yml: Add timeout to install dependencies
to avoid cancelling overall build pipeline when stucking there.
This commit is contained in:
parent
64ee8900c8
commit
c6b7cad5c9
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ jobs:
|
|||
env:
|
||||
dependencies: openssl readline zlib
|
||||
displayName: "Install dependencies"
|
||||
timeoutInMinutes: 20
|
||||
continueOnError: true # unstable. TODO: somehow use VM having these dependencies beforehand, and remove this `continueOnError`
|
||||
- checkout: self
|
||||
fetchDepth: 10
|
||||
|
|
Loading…
Add table
Reference in a new issue