Skip to content

Commit f80133d

Browse files
committed
1 parent 3881580 commit f80133d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gcc-bpf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: zstd -d -T0 vmlinux-${{ inputs.arch }}-${{ inputs.toolchain_full }}.tar.zst --stdout | tar -xf -
7979

8080
- name: Setup build environment
81-
uses: libbpf/ci/setup-build-env@v3
81+
uses: libbpf/ci/setup-build-env@setup-build-env-packages
8282
with:
8383
arch: ${{ inputs.arch }}
8484
gcc-version: ${{ inputs.gcc_version }}

.github/workflows/kernel-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
repo-root: ${{ env.REPO_ROOT }}
111111

112112
- name: Setup build environment
113-
uses: libbpf/ci/setup-build-env@v3
113+
uses: libbpf/ci/setup-build-env@setup-build-env-packages
114114
with:
115115
arch: ${{ inputs.arch }}
116116
gcc-version: ${{ inputs.gcc_version }}

0 commit comments

Comments
 (0)