Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bin456789 committed Feb 24, 2024
1 parent 4c037fd commit b2e9675
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
continue
fi
echo "Applying kernel patch: $line"
git apply "this-repo/$line"
git apply "this-repo/patches/$line"
done <<<"$kernel_patch"
- name: Apply KernelSU patch
Expand All @@ -119,7 +119,7 @@ jobs:
continue
fi
echo "Applying KernelSU patch: $line"
git apply -p2 --directory KernelSU/kernel "this-repo/$line"
git apply -p2 --directory KernelSU/kernel "this-repo/patches/$line"
done <<<"$kernelsu_patch"
- name: "AOSP-Clang: Restore"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ env:

### kernel_patch 和 kernelsu_patch

分别是应用到 `内核` 和 `KernelSU` 的补丁列表
分别是应用到 `内核` 和 `KernelSU` 的补丁文件列表,补丁文件需放在 `patches` 文件夹

补丁详细说明: <https://github.com/tiann/KernelSU/discussions/955>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b2e9675

Please sign in to comment.