Skip to content

Commit c1392a8

Browse files
Revert xx_maps patches
1 parent 8847a28 commit c1392a8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/actions/action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,7 @@ runs:
294294
set -euo pipefail
295295
cd "$CONFIG/kernel_platform/common"
296296
curl -Ls "https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/random_qstr.patch" | patch -p1 --forward
297-
curl -Ls "https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/susfs_experiments/xx_maps_sus_kernel.patch" | patch -p1 --forward
298-
cd "../KernelSU-Next"
299-
curl -Ls "https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/susfs_experiments/xx_maps_ksu.patch" | patch -p1 --forward
300-
297+
301298
- name: Add KernelSU-Next and SUSFS Configuration Settings
302299
shell: bash
303300
run: |

0 commit comments

Comments
 (0)