Compare commits
2 commits
6bfb284ac4
...
d64ddaf9c4
Author | SHA1 | Date | |
---|---|---|---|
d64ddaf9c4 | |||
16c33f2fbc |
2 changed files with 11 additions and 3 deletions
14
.github/workflows/kernel.yml
vendored
14
.github/workflows/kernel.yml
vendored
|
@ -19,10 +19,18 @@ jobs:
|
||||||
sudo apt-get install brotli zip zstd tar lz4 cpio xz-utils -y || sudo apt-get install brotli zip zstd tar lz4 cpio xz-utils -y
|
sudo apt-get install brotli zip zstd tar lz4 cpio xz-utils -y || sudo apt-get install brotli zip zstd tar lz4 cpio xz-utils -y
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -
|
rm -rf setup.sh*
|
||||||
bash build.sh
|
rm -rf KernelSU*
|
||||||
|
wget https://raw.githubusercontent.com/nitanmarcel/KernelSU-susfs/refs/heads/main/kernel/setup.sh
|
||||||
|
chmod +x setup.sh
|
||||||
|
./setup.sh*
|
||||||
|
rm -rf setup.sh
|
||||||
|
echo "Building without KernelSU..."
|
||||||
|
./kernel_build/build.sh "$(pwd)" || exit 1
|
||||||
|
echo "Building with KernelSU..."
|
||||||
|
./kernel_build/build-ksu.sh "$(pwd)" || exit 1
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Kernels_a53x
|
name: Kernels_a53x
|
||||||
path: kernel_build/ExynosUnbound*
|
path: kernel_build/FireAsf*
|
||||||
|
|
0
kernel_build/FireAsf/.gitignore
vendored
0
kernel_build/FireAsf/.gitignore
vendored
Loading…
Reference in a new issue