summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/ci
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2018-01-19 07:28:19 -0500
committerNiko Matsakis <niko@alum.mit.edu>2018-01-19 07:28:19 -0500
commit469b4e0072f8238a9ac8f7eb06d5e99335956b4d (patch)
tree3f4558bac38533a8f32fe95b436050aad112d631 /src/doc/rustc-dev-guide/ci
parent7c2f429b2546491a31f4498da314862bbf48dff9 (diff)
downloadrust-469b4e0072f8238a9ac8f7eb06d5e99335956b4d.tar.gz
rust-469b4e0072f8238a9ac8f7eb06d5e99335956b4d.zip
invoke `cargo` to install mdbook
Diffstat (limited to 'src/doc/rustc-dev-guide/ci')
-rw-r--r--src/doc/rustc-dev-guide/ci/install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/ci/install.sh b/src/doc/rustc-dev-guide/ci/install.sh
index d9cb369e548..dd96daf178f 100644
--- a/src/doc/rustc-dev-guide/ci/install.sh
+++ b/src/doc/rustc-dev-guide/ci/install.sh
@@ -1,6 +1,8 @@
 #!/bin/bash
 set -ex
 
+cargo install cargo install mdbook --vers "0.0.28"
+
 if command -v ghp-import >/dev/null 2>&1; then
     pip install ghp-import
-fi
\ No newline at end of file
+fi