Explorar el Código

Fix conditional syntax for kernel version check

jimsterino98 hace 1 mes
padre
commit
55ace75cee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/build.yml

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

@@ -248,7 +248,7 @@ jobs:
         uses: ./.github/actions/optimization
 
       - name: Fix WiFi and Bluetooth on Samsung 6.6 GKI devices
-        if: ${{ env.KERNEL_VERSION }} == '6.6'
+        if: ${{ env.KERNEL_VERSION == '6.6' }}
         uses: ./.github/actions/6.6-fix
 
       - name: temp fix for m55 bootloop maybe