Skip to content

Commit

Permalink
Update test-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlm-games authored Sep 10, 2024
1 parent 669970a commit 8202002
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test build kernel
name: Test build kernel for 4.4-mtk

on:
push:
Expand Down Expand Up @@ -46,7 +46,9 @@ jobs:
run: |
git clone https://github.com/djb77/aarch64-linux-android-4.9
- name: Build kernel using build_kernel.sh
- name: Add ksu and build kernel using build_kernel.sh
run: |
cd android_kernel_lenovo_mt8167s
cd android_kernel_lenovo_mt8765_P
curl -LSs "https://raw.githubusercontent.com/mlm-games/KernelSU-Non-GKI/main/kernel/setup-subm.sh" | bash -s
python3 KernelSU/scripts/integrate-no-kprobe.py mt8765_P_defconfig
./build_kernel.sh

0 comments on commit 8202002

Please sign in to comment.