Install svgbob

This commit is contained in:
Greg Fitzgerald 2018-11-26 09:51:39 -07:00 committed by Grimes
parent 2200a31331
commit 69beee5416
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ maybe_install() {
export PATH=$CARGO_HOME/bin:$PATH
maybe_install mdbook
maybe_install svgbob_cli
_ make -C book
echo --- create book repo

View File

@ -47,6 +47,7 @@ done
# Build the HTML
export PATH=$CARGO_HOME/bin:$PATH
maybe_install mdbook
maybe_install svgbob_cli
_ make -C book
echo --- ci/localnet-sanity.sh