From 7e9add8852523ca2b236de7e3013db4cf988925e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?YC=E9=85=B1luyancib?= <68143180+luyanci@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:50:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20build.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 526e047a9..3f52cff47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -268,7 +268,7 @@ jobs: cat arch/${{ env.ARCH }}/configs/${{ env.KERNEL_DEFCONFIG_PATH }} - name: 😋 Setup KernelSU Ext Patch working-directory: ${{ env.KERNEL_NAME }} - if: ${{ env.ENABLE_KERNELSU_ExtPatch == 'true' }} + if: ${{ env.ENABLE_KERNELSU_ExtPatch == 'true' && env.ENABLE_KERNELSU == 'true' }} run: | # Add Patch git am -s < ${{ env.WORKSPACE }}/Kernelsu/Patch/path_umount.patch