Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.

Commit 0c57442

Browse files
committed
sm8150: switch to susfs
Signed-off-by: Onelots <onelots@onelots.fr>
1 parent bbca56d commit 0c57442

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/kernel_sm8150_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
- name: 🔄 Update KernelSU-Next
3030
run: |
3131
cd kernel_oneplus_sm8150
32-
git submodule init && git submodule update
32+
rm -rf KernelSU-Next
33+
git clone https://github.com/KernelSU-Next/KernelSU-Next -b next-susfs
34+
3335
3436
- name: 📥 Clone AnyKernel3
3537
run: |

0 commit comments

Comments
 (0)