Skip to content

Commit

Permalink
Fix KBUILD_OUTPUT value in kernel-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theihor committed Sep 17, 2024
1 parent ac65463 commit e3e093f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kernel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
KERNEL: ${{ inputs.kernel }}
REPO_ROOT: ${{ github.workspace }}
REPO_PATH: ""
KBUILD_OUTPUT: kbuild-output/
KBUILD_OUTPUT: ${{ github.workspace }}/kbuild-output
# https://github.com/actions/runner/issues/1483#issuecomment-1031671517
# booleans are weird in GH.
CONTINUE_ON_ERROR: ${{ inputs.continue_on_error }}
Expand Down

0 comments on commit e3e093f

Please sign in to comment.