From 95b768e4255ad9432e406904625675d0f403ada0 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Sat, 20 Oct 2018 15:16:14 +0200 Subject: [PATCH] Attempt to fix mdbook v0.2.2 issue by using v0.2.1 v0.2.2 was just released but does not include the relevant packages yet so install.sh fails --- ci/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/install.sh b/ci/install.sh index 989d73b..ee10255 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -6,6 +6,8 @@ main() { | grep -E '^v[0.1.0-9.]+$' \ | sort --version-sort \ | tail -n1) + # Temporarily use older version until packages are available for 0.2.2 (or newer) + local tag="v0.2.1" curl -LSfs https://japaric.github.io/trust/install.sh | \ sh -s -- --git rust-lang-nursery/mdbook --tag $tag