Skip to content

Commit 5c208c4

Browse files
authored
Update Build_Nosgoth-treble-oldled.yml
1 parent 6f50e8d commit 5c208c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Build_Nosgoth-treble-oldled.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
- name: Clone device kernel
2727
run: |
2828
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
3030
3131
- name: Download gcc && Building kernel
3232
run: |
33-
cd $GITHUB_WORKSPACE/android_kernel_xiaomi_markw
33+
cd $GITHUB_WORKSPACE/android_kernel_xiaomi_markw_new
3434
BuildTime=$(date +%Y_%m_%d)
3535
echo -e "--------------------开始下载 GCC--------------------\n"
3636
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,6 +48,6 @@ jobs:
4848
4949
- name: Upload to WeTransfer
5050
run: |
51-
cd $GITHUB_WORKSPACE/android_kernel_xiaomi_markw/
51+
cd $GITHUB_WORKSPACE/android_kernel_xiaomi_markw_new/
5252
curl -sL https://git.io/file-transfer | sh
5353
./transfer wet ./out/arch/arm64/boot/Image.gz-dtb

0 commit comments

Comments
 (0)