Kaynağa Gözat

fix(action): disable RUST build config addition for kernel version 6.12

TheWildJames 4 ay önce
ebeveyn
işleme
97c22239fb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/actions/misc/action.yml

+ 1 - 1
.github/actions/misc/action.yml

@@ -31,7 +31,7 @@ runs:
 
     - name: Add RUST build configs
       shell: bash
-      if: ${{ inputs.kernel_version == '6.12' }}
+      if: ${{ inputs.kernel_version == '6.12' && false }}
       run: |
         set -euo pipefail
         echo "Add Build based configs"