Use local cargo for CI

This commit is contained in:
Michael Vines
2020-10-23 08:02:55 -07:00
parent 965ea97b56
commit c7c50bd32c

View File

@ -2,4 +2,4 @@
here=$(dirname "$0")
set -x
exec cargo run --manifest-path $here/sdk/cargo-build-bpf/Cargo.toml -- --bpf-sdk $here/sdk/bpf "$@"
exec $here/cargo run --manifest-path $here/sdk/cargo-build-bpf/Cargo.toml -- --bpf-sdk $here/sdk/bpf "$@"