From 374849f199355734d637d81afd121fc0e70dc4be Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Fri, 19 Apr 2024 11:10:52 -0500 Subject: [PATCH] Point cargo install command to basecoin directory --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8de46df1..48b5d9a9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -76,7 +76,7 @@ jobs: mv "gaiad-v${GAIA_VERSION}-linux-amd64" gaiad tar -xzf "hermes-v${HERMES_VERSION}-x86_64-unknown-linux-gnu.tar.gz" tar -xzf "grpcurl_${GRPCURL_VERSION}_linux_x86_64.tar.gz" - cargo install --path . + cargo install --path ./basecoin chmod +x cometbft gaiad hermes grpcurl basecoin mv cometbft gaiad hermes grpcurl basecoin ~/local/bin