Skip to content

Commit 96c5246

Browse files
committed
Use setup-build-env with modified pahole
1 parent f77a54b commit 96c5246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kernel-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
patches-root: '${{ github.workspace }}/ci/diffs'
9292
repo-root: ${{ env.REPO_ROOT }}
9393
- name: Setup build environment
94-
uses: libbpf/ci/setup-build-env@v2
94+
uses: theihor/libbpf-ci/setup-build-env@hacked.pahole
9595
with:
9696
arch: ${{ inputs.arch }}
9797
llvm-version: ${{ inputs.llvm-version }}

0 commit comments

Comments
 (0)