Skip to content

Commit

Permalink
build: print $toolchain --version
Browse files Browse the repository at this point in the history
Signed-off-by: Manu Bretelle <[email protected]>
  • Loading branch information
chantra committed Aug 26, 2024
1 parent faf124a commit 6c908aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
with:
arch: ${{ inputs.arch }}
llvm-version: ${{ inputs.llvm-version }}
- name: Print toolchain version used
shell: bash
run: |
${{ inputs.toolchain_full }} --version
- name: Build kernel image
uses: libbpf/ci/build-linux@main
with:
Expand Down

0 comments on commit 6c908aa

Please sign in to comment.