mirror of https://github.com/aya-rs/aya
ci: Fix bpf-linker installation (#1295)
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/pr1294/r1
parent
35332f2288
commit
727dfcd7ee
Loading…
Reference in New Issue