瀏覽代碼

Disable application of Android 15 6.6 Fake Patches in action.yml

TheWildJames 4 月之前
父節點
當前提交
ae3619b1e7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/actions/susfs/action.yml

+ 2 - 2
.github/actions/susfs/action.yml

@@ -139,7 +139,7 @@ runs:
 
     - name: Apply Android 15 6.6 Fake Patches
       shell: bash
-      if: inputs.version == 'android15-6.6'
+      if: inputs.version == 'android15-6.6' && false
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
         echo "Applying 6.6 SUSFS fixes"
@@ -246,7 +246,7 @@ runs:
 
     - name: Revert Android 15 6.6 Fake Patches
       shell: bash
-      if: inputs.version == 'android15-6.6'
+      if: inputs.version == 'android15-6.6' && false
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
         echo "Reverting 6.6 Fake Patches"