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

Commit c10e512

Browse files
ddorgangavofyork
authored andcommitted
cargo --force to allow CI to build. (#599)
1 parent 020dab3 commit c10e512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ rustup update stable
1010

1111
# Install wasm-gc. It's useful for stripping slimming down wasm binaries.
1212
command -v wasm-gc || \
13-
cargo +nightly install --git https://github.com/alexcrichton/wasm-gc
13+
cargo +nightly install --git https://github.com/alexcrichton/wasm-gc --force

0 commit comments

Comments
 (0)