From 09753a10c90bddfbc5c8e713b44d5315752b2fc9 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Tue, 23 Oct 2018 20:15:59 +0100 Subject: [PATCH] Force use of mdbook 0.2.1 as 0.2.2 is broken for now --- ci/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/install.sh b/ci/install.sh index d9914a5a..602f2249 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -7,6 +7,7 @@ main() { | grep -E '^v0.2.[0-9]+$' \ | sort --version-sort \ | tail -n1) + local tag="v0.2.1" curl -LSfs https://japaric.github.io/trust/install.sh | \ sh -s -- \ --force \