cargo --force to allow CI to build. (#599)

This commit is contained in:
ddorgan
2018-08-24 14:43:49 +02:00
committed by Gav Wood
parent 2673c26414
commit 134b8f47dd
+1 -1
View File
@@ -10,4 +10,4 @@ rustup update stable
# Install wasm-gc. It's useful for stripping slimming down wasm binaries.
command -v wasm-gc || \
cargo +nightly install --git https://github.com/alexcrichton/wasm-gc
cargo +nightly install --git https://github.com/alexcrichton/wasm-gc --force