Explorar o código

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

TheWildJames hai 4 meses
pai
achega
9f15cebadc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"