Browse Source

Set kernel configuration variable in build.yml

Add input for kernel configuration variables in build workflow
jimsterino98 1 week ago
parent
commit
b8bc920c13
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -352,6 +352,8 @@ jobs:
 
       - name: Set Kernel Configuration Variables
         uses: ./.github/actions/configs
+        with:
+         kpm: ${{ inputs.kpm }}
          
       - name: Change Kernel Name and clean dirty
         uses: ./.github/actions/kernel-name