We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3881580 commit f80133dCopy full SHA for f80133d
.github/workflows/gcc-bpf.yml
@@ -78,7 +78,7 @@ jobs:
78
run: zstd -d -T0 vmlinux-${{ inputs.arch }}-${{ inputs.toolchain_full }}.tar.zst --stdout | tar -xf -
79
80
- name: Setup build environment
81
- uses: libbpf/ci/setup-build-env@v3
+ uses: libbpf/ci/setup-build-env@setup-build-env-packages
82
with:
83
arch: ${{ inputs.arch }}
84
gcc-version: ${{ inputs.gcc_version }}
.github/workflows/kernel-build.yml
@@ -110,7 +110,7 @@ jobs:
110
repo-root: ${{ env.REPO_ROOT }}
111
112
113
114
115
116
0 commit comments