Use local cargo for CI
This commit is contained in:
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
here=$(dirname "$0")
|
here=$(dirname "$0")
|
||||||
set -x
|
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 "$@"
|
||||||
|
Reference in New Issue
Block a user