Procházet zdrojové kódy

Set kernel configuration variable in build.yml

Add input for kernel configuration variables in build workflow
jimsterino98 před 1 týdnem
rodič
revize
b8bc920c13
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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