mirror of https://github.com/aya-rs/aya
ci: Fix bpf-linker installation
We've recently added an xtask to bpf-linker (aya-rs/bpf-linker#282), which resulted in multiple binary targets. Therefore, bpf-linker has to be installed with the following command: ``` cargo install --git https://github.com/aya-rs/bpf-linker.git bpf-linker ``` The last argument (`bpf-linker`) specifies the binary target.reviewable/pr1295/r1
parent
35332f2288
commit
db8fab32f3
Loading…
Reference in New Issue