Selaa lähdekoodia

Set kernel configuration variable in build.yml

Add input for kernel configuration variables in build workflow
jimsterino98 1 viikko sitten
vanhempi
sitoutus
b8bc920c13
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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