Skip to content
Snippets Groups Projects
Commit 134b8f47 authored by ddorgan's avatar ddorgan Committed by Gav Wood
Browse files

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

parent 2673c264
No related merge requests found
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment