diff --git a/.github/workflows/gki-kernel.yml b/.github/workflows/gki-kernel.yml index 88082738..a9516bdf 100644 --- a/.github/workflows/gki-kernel.yml +++ b/.github/workflows/gki-kernel.yml @@ -103,7 +103,7 @@ jobs: cd $GITHUB_WORKSPACE sudo apt-get install repo -y mkdir android-kernel && cd android-kernel - repo init --depth=1 --u https://android.googlesource.com/kernel/manifest -b common-${{ inputs.tag }} --repo-rev=v2.16 + repo init --depth=1 --u https://android.googlesource.com/kernel/manifest -b common-${{ inputs.tag }} --repo-rev=v2.35 REMOTE_BRANCH=$(git ls-remote https://android.googlesource.com/kernel/common ${{ inputs.tag }}) DEFAULT_MANIFEST_PATH=.repo/manifests/default.xml if grep -q deprecated <<< $REMOTE_BRANCH; then @@ -255,4 +255,4 @@ jobs: if: ${{ inputs.build_lkm == true }} with: name: ${{ inputs.version }}-lkm - path: ./output/*_kernelsu.ko \ No newline at end of file + path: ./output/*_kernelsu.ko