From e9aa885e4364403f2af87936d2d1caf8ebcb73ee Mon Sep 17 00:00:00 2001 From: Prateek Maru <47496067+xprateek@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:16:58 +0530 Subject: [PATCH] Update prebuilt-android16-6.12.yml --- .github/workflows/prebuilt-android16-6.12.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prebuilt-android16-6.12.yml b/.github/workflows/prebuilt-android16-6.12.yml index 54ec9f8..925870f 100644 --- a/.github/workflows/prebuilt-android16-6.12.yml +++ b/.github/workflows/prebuilt-android16-6.12.yml @@ -30,7 +30,7 @@ jobs: - name: "👨‍🔧 Setup build environment" run: curl https://raw.githubusercontent.com/akhilnarang/scripts/master/setup/android_build_env.sh | bash - - name: "⏳ Clone Repo, Sync & Build." - run: repo init -u https://gitlab.com/xprateek/kernel_manifest -b common-android16-6.12 --depth=1 && repo sync && cd common && curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash - && cd ../ && tools/bazel build --config=fast //common:kernel_aarch64_dist + run: repo init -u https://gitlab.com/xprateek/kernel_manifest -b common-android16-6.12 --depth=1 && repo sync && cd common && curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s main && cd ../ && tools/bazel build --config=fast //common:kernel_aarch64_dist - name: "📄 Generating Release Tag" id: tag run: echo "release_tag=xprateek/PREBUILT_A16-6.12_KSU-$(date +"%Y.%m.%d")" >> $GITHUB_OUTPUT