From 3c12e13c04c97b2ab826c44c5f7aa3818d17cea6 Mon Sep 17 00:00:00 2001 From: Stephen Sherratt Date: Wed, 27 Mar 2019 07:38:35 +0000 Subject: [PATCH] Use rust template in mdbook test --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b033a424..be16ae59 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -231,6 +231,7 @@ jobs: - job: doc_book displayName: "Doc - build the book" steps: + - template: ci/azure-install-rust.yml - script: | which mdbook || cargo install mdbook which mdbook-linkcheck || cargo install mdbook-linkcheck