Fix CI script

This commit is contained in:
Linus Kendall 2022-10-24 18:40:18 +01:00
parent 7be020a5a8
commit 76598be69e
No known key found for this signature in database
GPG Key ID: 8228DCE66F0FBE7C
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ mkdir -p "$installDir/lib"
(
set -x
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
cargo $maybeRustVersion build -p solana-geyser-connector-plugin-grpc $maybeReleaseFlag --lib
cargo $maybeRustVersion build -p solana-geyser-grpc $maybeReleaseFlag --lib
)
cp -fv "target/$buildVariant/${GEYSER_PLUGIN_LIB}.$libExt" "$installDir"/lib/