Skip to content

Commit 95b768e

Browse files
authored
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
1 parent 97b0f22 commit 95b768e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ main() {
66
| grep -E '^v[0.1.0-9.]+$' \
77
| sort --version-sort \
88
| tail -n1)
9+
# Temporarily use older version until packages are available for 0.2.2 (or newer)
10+
local tag="v0.2.1"
911
curl -LSfs https://japaric.github.io/trust/install.sh | \
1012
sh -s -- --git rust-lang-nursery/mdbook --tag $tag
1113

0 commit comments

Comments
 (0)