ci: remove --locked from trunk install to avoid yanked crate warnings
Some checks failed
Build MIPS Binary / build (push) Failing after 10m36s
Some checks failed
Build MIPS Binary / build (push) Failing after 10m36s
This commit is contained in:
@@ -64,7 +64,7 @@ jobs:
|
||||
run: |
|
||||
. "$HOME/.cargo/env"
|
||||
if ! command -v trunk &> /dev/null; then
|
||||
cargo install trunk --locked
|
||||
cargo install trunk
|
||||
fi
|
||||
|
||||
# Install wasm-bindgen-cli from source because the prebuilt binary downloaded
|
||||
|
||||
Reference in New Issue
Block a user