You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/.github/workflows
Michal Rostecki db8fab32f3 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.
2 weeks ago
..
ci.yml ci: Fix bpf-linker installation 2 weeks ago
gen.yml Use CRABBY_GITHUB_TOKEN for regen PRs 2 months ago