瀏覽代碼

Set kernel configuration variable in build.yml

Add input for kernel configuration variables in build workflow
jimsterino98 1 周之前
父節點
當前提交
b8bc920c13
共有 1 個文件被更改,包括 2 次插入0 次删除
  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