CI: Use branch-versioned cargo throughout

This commit is contained in:
Trent Nelson
2020-10-12 21:19:41 -06:00
committed by mergify[bot]
parent dd54ea78ac
commit 66c3c6c2b3
10 changed files with 56 additions and 41 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"