ci: remove `-j4` from `cargo binstall` since it doesn't understand it

This commit is contained in:
Mikolaj Wielgus 2025-01-09 23:17:17 +01:00
parent b1aa6773de
commit 225af3ebee
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ steps:
commands:
- apt-get -y install curl
- curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
- cargo binstall -j4 --no-confirm trunk
- cargo binstall --no-confirm trunk
- rustup default "$CHANNEL"
- rustup target add wasm32-unknown-unknown
- trunk build