Skip to content

Commit

Permalink
Use kernel-build-test from libbpf/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
theihor committed Oct 17, 2024
1 parent 99aee90 commit 5859968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Setting name to arch-compiler here to avoid lengthy autogenerated names due to matrix
# e.g build-and-test x86_64-gcc / test (test_progs_parallel, true, 30) / test_progs_parallel on x86_64 with gcc
name: "${{ matrix.arch }}-${{ matrix.toolchain.fullname }}"
uses: ./.github/workflows/kernel-build-test.yml
uses: libbpf/ci/.github/workflows/kernel-build-test.yml@v1
needs: [set-matrix]
permissions:
id-token: write
Expand Down

0 comments on commit 5859968

Please sign in to comment.