Skip to content

Commit b17d4c6

Browse files
committed
Update SCX Patch
1 parent 9503120 commit b17d4c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ jobs:
202202
echo 'obj-y += hmbird_patch.o' >> ./drivers/Makefile
203203
curl -Ls https://raw.githubusercontent.com/Numbersf/Action-Build/refs/heads/SukiSU-Ultra/patches/hmbird_patch.patch | patch -p1 -F 3 --verbose
204204
echo "Patching hmbird files!"
205-
curl -Ls https://github.com/schqiushui/android_kernel_common_oneplus_sm8750/commit/5d2cc9706a35f5e4b5dbbd5d247487225a46e02c.patch | patch -p1 -F 3
205+
# curl -Ls https://github.com/schqiushui/android_kernel_common_oneplus_sm8750/commit/5d2cc9706a35f5e4b5dbbd5d247487225a46e02c.patch | patch -p1 -F 3
206+
cd ./kernel/sched
207+
curl -Ls https://github.com/HanKuCha/sched_ext/commit/7ab1d04d5cb622d6c32c932add617803074ec5a7.patch | patch -p1 -F 3
206208
else
207209
echo "Not OPAce5Pro / OP13, skipping fengchi patch"
208210
fi

0 commit comments

Comments
 (0)