Release: Use pinned cargo version to install spl-token-cli (#12916)
(cherry picked from commit bb2f0df9e1
)
Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
@ -112,7 +112,8 @@ mkdir -p "$installDir/bin"
|
||||
set -x
|
||||
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
|
||||
$cargo $maybeRustVersion build $maybeReleaseFlag "${binArgs[@]}"
|
||||
$cargo install spl-token-cli --root "$installDir"
|
||||
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
|
||||
$cargo $maybeRustVersion install spl-token-cli --root "$installDir"
|
||||
)
|
||||
|
||||
for bin in "${BINS[@]}"; do
|
||||
|
Reference in New Issue
Block a user