diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index 39776fa2..5829268f 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -20,6 +20,11 @@ jobs: - uses: Swatinem/rust-cache@v1 + - name: Install headers + run: | + apt -y update + apt -y install libc6-dev libc6-dev-{aarch64,armel}-cross + - name: Run codegen run: | cargo xtask codegen --libbpf-dir ./libbpf