ci: remove --locked from trunk install to avoid yanked crate warnings
Some checks failed
Build MIPS Binary / build (push) Failing after 10m36s

This commit is contained in:
spinline
2026-02-06 21:33:40 +03:00
parent 42e03bd2e3
commit b646d0851c

View File

@@ -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