Bladeren bron

fix(action): update KernelSU patch to version 2.1.0-a14 for improved compatibility

Co-authored-by: Copilot <copilot@github.com>
TheWildJames 4 maanden geleden
bovenliggende
commit
5499abd321
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      .github/actions/susfs/action.yml

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

@@ -83,8 +83,8 @@ runs:
       shell: bash
       working-directory: ${{ github.workspace }}/kernel/KernelSU-Next
       run: |
-        cp ${{ github.workspace }}/kernel_patches/wild/ksun-0daf55582-susfs-v2.1.0-e259e7d6.patch ./
-        patch -p1 < ksun-0daf55582-susfs-v2.1.0-e259e7d6.patch
+        cp ${{ github.workspace }}/kernel_patches/wild/ksun-8c1b4a9-susfs-v2.1.0-a14-6.1-45013457.patch ./
+        patch -p1 < ksun-8c1b4a9-susfs-v2.1.0-a14-6.1-45013457.patch
 
     - name: Apply Kernel SUSFS Patches
       shell: bash