From c10e512075c3ee5c395383c93267dc60624f0dfb 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) --- scripts/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init.sh b/scripts/init.sh index e3618783c14a7..ff6929d67c3b8 100755 --- a/scripts/init.sh +++ b/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