We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088f0fc commit a356cd5Copy full SHA for a356cd5
.github/workflows/kernel-build.yml
@@ -79,7 +79,8 @@ jobs:
79
uses: libbpf/ci/get-linux-source@v3
80
with:
81
dest: '.kernel'
82
- rev: ${{ env.BPF_NEXT_BASE_BRANCH }}
+ repo: 'git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git'
83
+ rev: 'master'
84
- uses: libbpf/ci/prepare-incremental-build@v3
85
86
repo-root: ${{ inputs.download_sources && '.kernel' || env.REPO_ROOT }}
0 commit comments