Browse Source

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

TheWildJames 4 months ago
parent
commit
9f15cebadc
1 changed files with 1 additions and 1 deletions
  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' && false }}
+      if: ${{ inputs.kernel_version == '6.12' }}
       run: |
         set -euo pipefail
         echo "Add Build based configs"