Release: Use pinned cargo version to install spl-token-cli (#12915)

(cherry picked from commit bb2f0df9e1)

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2020-10-15 17:55:15 +00:00
committed by GitHub
parent a3fdfea674
commit 0da2f73eb4

View File

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