浏览代码

Add root_flavor input to kernel configuration action

jimsterino98 1 周之前
父节点
当前提交
fb60e34925
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/build.yml

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

@@ -354,6 +354,7 @@ jobs:
         uses: ./.github/actions/configs
         with:
          kpm: ${{ inputs.kpm }}
+         root_flavor: ${{ inputs.root_flavor }}
          
       - name: Change Kernel Name and clean dirty
         uses: ./.github/actions/kernel-name