File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,11 @@ jobs:
1414 uses : actions/checkout@v4
1515
1616 - name : Build Kernel
17- uses : mlm-games/simple-kernel-build-action@v1
17+ uses : mlm-games/simple-kernel-build-action@v1.1.0
1818 with :
1919 KERNEL_CLONE_CMD : ' git clone https://github.com/Flouzr/android_kernel_google_wahoo -b 15.0' # PSA: directory and depth=1 are added automatically!
2020 KERNEL_CONFIG : ' wahoo_defconfig'
2121 ARCH : ' arm64'
2222 TOOLCHAIN_CLONE_CMD : ' git clone https://github.com/djb77/aarch64-linux-android-4.9 ./toolchain/gcc'
2323 ENABLE_KSU : ' false'
2424 ENABLE_CCACHE : ' true'
25-
26- - name : Upload build artifacts
27- uses : actions/upload-artifact@v3
28- with :
29- name : kernel-build
30- path : ' kernel_source/flashable-anykernel.zip' # Always named flashable-anykernel.zip
You can’t perform that action at this time.
0 commit comments