MiRinChan 1 年間 前
コミット
6e88acf3e9
1 ファイル変更0 行追加12 行削除
  1. 0 12
      .github/workflows/gki-kernel.yml

+ 0 - 12
.github/workflows/gki-kernel.yml

@@ -202,18 +202,6 @@ jobs:
           echo "Adding KernelSU..."
           curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash $BRANCH
 
-      - name: Apply Addtional Patches for MagicKernelSU
-        if: ${{inputs.kernelsu_variant == 'MKSU' }}
-        run: |
-          echo "Changing to configuration directory: $CONFIG..."
-          cd "$CONFIG"
-
-          echo "Apply Addtional patches for MagicKernelSU..."
-          cp ../kernel_patches/patches/mksu_susfs.patch ./KernelSU/
-
-          cd ./KernelSU
-          patch -p1 < mksu_susfs.patch
-
       - name: Apply Addtional Patches for MagicKernelSU
         if: ${{inputs.kernelsu_variant == 'MKSU' }}
         run: |