Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

KBuild

KBuild #10

Workflow file for this run

name: KBuild
on:
workflow_dispatch:
jobs:
kb:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Clean
uses: rokibhasansagar/slimhub_actions@main
- name: Install tools
run: |
sudo apt-get update -y &>/dev/null || sudo apt-get update -y &>/dev/null || true
sudo apt-get upgrade -y &>/dev/null || sudo apt-get upgrade -y &>/dev/null || true
sudo apt-get install zip zstd tar lz4 cpio xz-utils -y || sudo apt-get install zip zstd tar lz4 cpio xz-utils -y
- name: Build
run: |
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -
bash build.sh
- name: Upload
uses: actions/upload-artifact@v4
with:
name: Kernels
path: kernel_build/Kernel.*