Skip to content

Commit

Permalink
fix ci 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 authored Aug 14, 2023
1 parent 4fa238c commit f879472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f879472

Please sign in to comment.