Parcourir la source

Update gki-kernel.yml

James McConnell il y a 1 an
Parent
commit
64ca522ca1
1 fichiers modifiés avec 3 ajouts et 4 suppressions
  1. 3 4
      .github/workflows/gki-kernel.yml

+ 3 - 4
.github/workflows/gki-kernel.yml

@@ -207,8 +207,7 @@ jobs:
 
           cd ./KernelSU
           echo "Applying next SUSFS patches..."
-          cp ../../kernel_patches/KernelSU-Next-Implement-SUSFS-v1.5.5-Universal.patch ./
-          patch -p1 --forward < KernelSU-Next-Implement-SUSFS-v1.5.5-Universal.patch || true
+          patch -p1 --forward < 10_enable_susfs_for_ksu.patch          
           
           # Change to common directory and apply SUSFS patch
           cd ../common
@@ -223,14 +222,14 @@ jobs:
           echo "Applying SUSFS patches..."
           
           # Copy SUSFS patches
-          cp ../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./KernelSU-Next/
           cp ../susfs4ksu/kernel_patches/50_add_susfs_in_gki-${{ inputs.android_version }}-${{ inputs.kernel_version }}.patch ./common/
           cp ../susfs4ksu/kernel_patches/fs/* ./common/fs/
           cp ../susfs4ksu/kernel_patches/include/linux/* ./common/include/linux/
 
           cd ./KernelSU-Next
           echo "Applying next SUSFS patches..."
-          patch -p1 --forward < 10_enable_susfs_for_ksu.patch
+          cp ../../kernel_patches/KernelSU-Next-Implement-SUSFS-v1.5.5-Universal.patch ./
+          patch -p1 --forward < KernelSU-Next-Implement-SUSFS-v1.5.5-Universal.patch || true
           
           # Change to common directory and apply SUSFS patch
           cd ../common