CI: Use branch-versioned cargo throughout (#13411)

(cherry picked from commit 66c3c6c2b3)

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2020-11-05 06:25:11 +00:00
committed by GitHub
parent 8314ab4508
commit 04cc9c1148
10 changed files with 55 additions and 40 deletions

View File

@@ -2,8 +2,9 @@
set -e
cd "$(dirname "$0")"/..
cargo="$(readlink -f "./cargo")"
cargo build --package solana-install
"$cargo" build --package solana-install
export PATH=$PWD/target/debug:$PATH
echo "\`\`\`manpage"