Skip to content

Commit

Permalink
test: maybe fix ksu fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Meghthedev committed Jul 23, 2024
1 parent 13e6252 commit f58eb84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kernelsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ jobs:
matrix:
variant: [oneui, aosp]
enforcing: [e, p]
android: [11,12]
device: [m30s, a50]
android: [12]
device: [m30s]

fail-fast: false

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: true
submodules: false

- uses: szenius/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,8 @@ if [[ "${BUILD_KERNEL_MAGISK}" == 'true' || "${BUILD_KERNEL_KERNELSU}" == 'true'
update_magisk
fi

# if [[ ${BUILD_KERNEL_KERNELSU} == 'true' ]]; then
# curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -
if [[ ${BUILD_KERNEL_KERNELSU} == 'true' ]]; then
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s v0.9.5
# wget -q "https://github.com/rushiranpise/android_kernel_samsung_exynos9610_mint/raw/patch/kernelsu.patch" -O KernelSU.patch
# git apply ./KernelSU.patch
# fi
Expand Down

0 comments on commit f58eb84

Please sign in to comment.