浏览代码

Add kernel_version input to build action

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

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

@@ -286,6 +286,7 @@ jobs:
         with:
          branch: ${{ inputs.branch }}
          build_type: ${{ inputs.build_type }}
+         kernel_version: ${{ inputs.kernel_version }}
 
       - name: clean up ccache
         if: inputs.cache == 'true' && inputs.build_type == 'make'