Release: Use pinned cargo version to install spl-token-cli
This commit is contained in:
parent
3f9e6a600b
commit
bb2f0df9e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue