Skip to content

Commit 0914ffb

Browse files
committed
Install ruby before bundler
1 parent e8f6ced commit 0914ffb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
curl -L https://github.com/rust-lang-nursery/mdBook/releases/download/v0.2.1/mdbook-v0.2.1-x86_64-unknown-linux-musl.tar.gz | tar xzf -
1515
echo "##vso[task.prependpath]$PWD"
1616
displayName: Install mdbook
17+
- task: UseRubyVersion@0
18+
inputs:
19+
versionSpec: '>= 2.4'
20+
addToPath: true
1721
- script: bundler install
1822
displayName: Install ruby deps
1923
- script: ./ci/build.sh

0 commit comments

Comments
 (0)