We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c82004 commit c074337Copy full SHA for c074337
.github/workflows/build-lineagesos-22.2-kernel-polaris.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Clone anykernel3 an kernel source repository
60
run: |
61
git clone https://github.com/LeeHe-gif/AnyKernel3.git anykernel3
62
- git clone -b lineage-22.2 --depth 1 https://github.com/LineageOS/android_kernel_xiaomi_sdm845.git kernel_source
+ git clone -b lineage-22.2 --depth 1 https://github.com/LeeHe-gif/android_kernel_xiaomi_sdm845_lineage.git kernel_source
63
64
- name: Build kernel with clang-r365631c
65
0 commit comments