Skip to content

Commit

Permalink
Point cargo install command to basecoin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Apr 19, 2024
1 parent a1f1726 commit 374849f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 374849f

Please sign in to comment.