Release: Use pinned cargo version to install spl-token-cli

This commit is contained in:
Trent Nelson 2020-10-15 09:43:25 -06:00 committed by mergify[bot]
parent 3f9e6a600b
commit bb2f0df9e1
1 changed files with 2 additions and 1 deletions

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