Kaynağa Gözat

Add kernel_version input to build action

jimsterino98 2 ay önce
ebeveyn
işleme
49bdd75425
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      .github/workflows/build.yml

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

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