mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
Add --locked in pico-cli installation scirpt (#168)
This commit is contained in:
@@ -39,7 +39,7 @@ rustup component add rust-src --toolchain "${PICO_TOOLCHAIN_VERSION}"
|
||||
# Install pico-cli using the specified toolchain
|
||||
# cargo-pico is a cargo subcommand, typically installed to $HOME/.cargo/bin
|
||||
echo "Installing pico-cli from GitHub repository (brevis-network/pico)..."
|
||||
cargo "+${PICO_TOOLCHAIN_VERSION}" install --git https://github.com/brevis-network/pico pico-cli --tag "$PICO_CLI_VERSION_TAG"
|
||||
cargo "+${PICO_TOOLCHAIN_VERSION}" install --git https://github.com/brevis-network/pico pico-cli --tag "$PICO_CLI_VERSION_TAG" --locked
|
||||
|
||||
# Verify pico-cli installation
|
||||
echo "Verifying pico-cli installation..."
|
||||
|
||||
Reference in New Issue
Block a user