Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
cargo --force to allow CI to build. (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddorgan authored and gavofyork committed Aug 24, 2018
1 parent 020dab3 commit c10e512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit c10e512

Please sign in to comment.