CI: Use branch-versioned cargo throughout
This commit is contained in:
committed by
mergify[bot]
parent
dd54ea78ac
commit
66c3c6c2b3
@@ -3,8 +3,10 @@
|
||||
set -ex
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
cargo="$(readlink -f "../../cargo")"
|
||||
|
||||
if [[ ! -d googleapis ]]; then
|
||||
git clone https://github.com/googleapis/googleapis.git
|
||||
fi
|
||||
|
||||
exec cargo run
|
||||
exec "$cargo" run
|
||||
|
Reference in New Issue
Block a user