From 1d124f94cb55b1304bdbf510c90077d29d7e6830 Mon Sep 17 00:00:00 2001 From: David Dorgan Date: Fri, 24 Aug 2018 13:54:24 +0200 Subject: [PATCH] cargo --force to allow CI to build. --- 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