mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 03:21:06 +00:00
cargo --force to allow CI to build. (#599)
This commit is contained in:
@@ -10,4 +10,4 @@ rustup update stable
|
|||||||
|
|
||||||
# Install wasm-gc. It's useful for stripping slimming down wasm binaries.
|
# Install wasm-gc. It's useful for stripping slimming down wasm binaries.
|
||||||
command -v wasm-gc || \
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user