فهرست منبع

fix(action): disable execution of Android 14 6.1 patch and fix steps by adding false condition

TheWildJames 4 ماه پیش
والد
کامیت
333a0eaeaf
3فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 2 2
      .github/actions/susfs/action.yml
  2. 1 0
      OnePlus_KernelSU_SUSFS
  3. 1 0
      free-disk-space

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

@@ -237,7 +237,7 @@ runs:
 
     - name: Revert Android 14 6.1 Fake Patches
       shell: bash
-      if: inputs.kernel_version == '6.1' && inputs.android_version == 'android14'
+      if: inputs.kernel_version == '6.1' && inputs.android_version == 'android14' && false
       working-directory: ${{ github.workspace }}/kernel/common
       run: |
         if [ "${{ inputs.sublevel }}" -ge "141" ]; then
@@ -303,7 +303,7 @@ runs:
         fi
 
     - name: Apply Android 14 6.1 Fixes
-      if: inputs.android_version == 'android14' && inputs.kernel_version == '6.1'
+      if: inputs.android_version == 'android14' && inputs.kernel_version == '6.1' && false
       shell: bash
       working-directory: ${{ github.workspace }}/kernel/common
       run: |

+ 1 - 0
OnePlus_KernelSU_SUSFS

@@ -0,0 +1 @@
+Subproject commit 871fb01b5c3aecf68b1b1955061d053594ef7255

+ 1 - 0
free-disk-space

@@ -0,0 +1 @@
+Subproject commit 0ccff0c25686603b5721b1202f9fe8964a34bea5