Compare commits
No commits in common. "d64ddaf9c415db7da3548b47a66e4321134a1754" and "6bfb284ac4c982532007aa084f6ad9a681871c71" have entirely different histories.
d64ddaf9c4
...
6bfb284ac4
2 changed files with 3 additions and 11 deletions
14
.github/workflows/kernel.yml
vendored
14
.github/workflows/kernel.yml
vendored
|
@ -19,18 +19,10 @@ 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
|
||||
- name: Build
|
||||
run: |
|
||||
rm -rf setup.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
|
||||
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_a53x
|
||||
path: kernel_build/FireAsf*
|
||||
path: kernel_build/ExynosUnbound*
|
||||
|
|
0
kernel_build/FireAsf/.gitignore
vendored
Normal file
0
kernel_build/FireAsf/.gitignore
vendored
Normal file
Loading…
Reference in a new issue