Skip to content

Commit

Permalink
fucking hell
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhang28 committed Sep 26, 2018
1 parent 2dd9d3a commit 50b4dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/book.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ PINNED=0.2.1

if [ "$PINNED" != "$INSTALLED" ]; then
URL=https://github.com/rust-lang-nursery/mdBook/releases/download/v${PINNED}/mdbook-v${PINNED}-x86_64-unknown-linux-gnu.tar.gz
mkdir -p $HOME/.cargo/bin
curl -SsL $URL | tar xvz -C $HOME/.cargo/bin
fi

Expand Down

0 comments on commit 50b4dde

Please sign in to comment.