diff --git a/.github/workflows/lancelot-14.yml b/.github/workflows/lancelot-14.yml index 097669b..e844701 100644 --- a/.github/workflows/lancelot-14.yml +++ b/.github/workflows/lancelot-14.yml @@ -25,7 +25,7 @@ jobs: - name: Cloning kernel tree run: | cd $GITHUB_WORKSPACE/action_dir - git clone https://github.com/mt6768-dev/android_kernel_xiaomi_mt6768 -b lineage-21.0 kernel_tree --depth=1 + git clone https://github.com/mt6768-dev/android_kernel_xiaomi_mt6768 -b lineage-21 kernel_tree --depth=1 - name: Patching kernel tree for KernelSU support run: |