From 3a76d328b5d99090709e01c054a0b0811bd67e79 Mon Sep 17 00:00:00 2001 From: sanba <132761716+sanba0519@users.noreply.github.com> Date: Sat, 7 Mar 2026 22:42:37 +0800 Subject: [PATCH] Update makefile.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复刷入路径错误 --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 2f7e21f72..7141cebdf 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -79,7 +79,7 @@ jobs: - name: 制作Anykernel3卡刷包 run: | cd $GITHUB_WORKSPACE/kernel_workspace - git clone https://github.com/osm0sis/AnyKernel3 + git clone https://github.com/sanba0519/AnyKernel3 sed -i 's/do.devicecheck=1/do.devicecheck=0/g' AnyKernel3/anykernel.sh sed -i 's!block=/dev/block/platform/omap/omap_hsmmc.0/by-name/boot;!block=auto;!g' AnyKernel3/anykernel.sh sed -i 's/is_slot_device=0;/is_slot_device=auto;/g' AnyKernel3/anykernel.sh