Kaynağa Gözat

Fix conditional syntax for kernel version check

jimsterino98 1 ay önce
ebeveyn
işleme
55ace75cee
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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