We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7e0d1 commit 8da3f33Copy full SHA for 8da3f33
.github/workflows/kernel-test.yml
@@ -65,7 +65,7 @@ jobs:
65
run: zstd -d -T0 vmlinux-${{ inputs.arch }}-${{ inputs.toolchain_full }}.tar.zst --stdout | tar -xf -
66
67
- name: Run selftests
68
- uses: libbpf/ci/run-vmtest@v3
+ uses: theihor/libbpf-ci/run-vmtest@norm-tmon-pcap
69
# https://github.com/actions/runner/issues/1483#issuecomment-1031671517
70
# booleans are weird in GH.
71
continue-on-error: ${{ fromJSON(env.CONTINUE_ON_ERROR) }}
0 commit comments