From 134b8f47ddc56aa66e6df5fa7b0d93ad0077eeae Mon Sep 17 00:00:00 2001 From: ddorgan Date: Fri, 24 Aug 2018 14:43:49 +0200 Subject: [PATCH] cargo --force to allow CI to build. (#599) --- substrate/scripts/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/scripts/init.sh b/substrate/scripts/init.sh index e3618783c1..ff6929d67c 100755 --- a/substrate/scripts/init.sh +++ b/substrate/scripts/init.sh @@ -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