Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Update Build Ylarod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
likkai authored Jan 11, 2024
1 parent d0ac436 commit 5808e4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/Build Ylarod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Integrate KernelSU
run: |
cd $GITHUB_WORKSPACE/kernel_workspace/ksu_kernel_xiaomi_lisa
curl -LSs "https://raw.githubusercontent.com/Ylarod/KernelSU/main/kernel/setup.sh" > setup.sh
curl -LSs "https://raw.githubusercontent.com/Ylarod/KernelSU/main/kernel/setup.sh" | bash -
# edit required commit
sed -i -e "106ibool result;" KernelSU/kernel/selinux/selinux.c
Expand Down Expand Up @@ -61,9 +61,6 @@ jobs:
sed -i -e "131s/^/\t/" KernelSU/kernel/selinux/selinux.c
# end of edit
chmod +x setup.sh
./setup.sh v0.7.5
- name: Compiling Kernel
run: |
cd $GITHUB_WORKSPACE/kernel_workspace/ksu_kernel_xiaomi_lisa
Expand Down

0 comments on commit 5808e4f

Please sign in to comment.