File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
26
26
- name : Clone device kernel
27
27
run : |
28
28
cd $GITHUB_WORKSPACE
29
- git clone --depth=1 https://github.com/Allenwdk/android_kernel_xiaomi_markw .git -b Nosgoth-treble-oldled
29
+ git clone --depth=1 https://github.com/Allenwdk/android_kernel_xiaomi_markw_new .git -b T
30
30
31
31
- name : Download gcc && Building kernel
32
32
run : |
33
- cd $GITHUB_WORKSPACE/android_kernel_xiaomi_markw
33
+ cd $GITHUB_WORKSPACE/android_kernel_xiaomi_markw_new
34
34
BuildTime=$(date +%Y_%m_%d)
35
35
echo -e "--------------------开始下载 GCC--------------------\n"
36
36
aria2c "https://developer.arm.com/-/media/Files/downloads/gnu-a/9.2-2019.12/binrel/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz"
48
48
49
49
- name : Upload to WeTransfer
50
50
run : |
51
- cd $GITHUB_WORKSPACE/android_kernel_xiaomi_markw /
51
+ cd $GITHUB_WORKSPACE/android_kernel_xiaomi_markw_new /
52
52
curl -sL https://git.io/file-transfer | sh
53
53
./transfer wet ./out/arch/arm64/boot/Image.gz-dtb
You can’t perform that action at this time.
0 commit comments