Revert "Release: Omit spl-token CLI binary"
This reverts commit 67c36f8680
.
This commit is contained in:
committed by
mergify[bot]
parent
b838aba840
commit
b3e1fde8b2
@ -116,6 +116,8 @@ mkdir -p "$installDir/bin"
|
||||
set -x
|
||||
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
|
||||
"$cargo" $maybeRustVersion build $maybeReleaseFlag "${binArgs[@]}"
|
||||
# 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