From f8794721dbad67ee805427954b02f49721dfafde Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 14 Aug 2023 20:06:59 +0200 Subject: [PATCH] fix ci 3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2fceec..9473604 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: cd ~/gcc-toolchain git checkout e9b2ab0932573a0ca90cad11ab75d9619f19c458 - name: Build the bootloader - run: make TOOLCHAIN_PREFIX=~/toolchain/bin/arm-linux-androideabi k63v2_64_bsp + run: make TOOLCHAIN_PREFIX=~/gcc-toolchain/bin/arm-linux-androideabi k63v2_64_bsp - name: Add DTB to LK run: cat /home/runner/work/droidboot_device_volla_yggdrasil/droidboot_device_volla_yggdrasil/build-k63v2_64_bsp/lk.img /home/runner/work/droidboot_device_volla_yggdrasil/droidboot_device_volla_yggdrasil/main_dtb_header.bin > /home/runner/work/droidboot_device_volla_yggdrasil/droidboot_device_volla_yggdrasil/lk.img - name : Upload bootloader (unsigned)