Skip to content

Commit

Permalink
更新 build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luyanci authored Dec 12, 2024
1 parent 7e9add8 commit ec9732e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ 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' && env.ENABLE_KERNELSU == 'true' }}
if: false
#if: ${{ env.ENABLE_KERNELSU_ExtPatch == 'true' && env.ENABLE_KERNELSU == 'true' }}
run: |
# Add Patch
git am -s < ${{ env.WORKSPACE }}/Kernelsu/Patch/path_umount.patch
Expand Down

0 comments on commit ec9732e

Please sign in to comment.