Skip to content

Commit

Permalink
Update prebuilt-android16-6.12.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xprateek authored Dec 13, 2024
1 parent 7866396 commit e9aa885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuilt-android16-6.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9aa885

Please sign in to comment.