mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 12:10:12 +09:00
Fix defconfig target
This commit is contained in:
parent
152854cd1d
commit
d30ec39b6b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -267,7 +267,7 @@ jobs:
|
||||
- name: Install deps
|
||||
run: sudo apt update && sudo apt install kpartx build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabihf libssl-dev lzop qemu-user-static debootstrap
|
||||
- name: Configure for U-Boot
|
||||
run: make udefconfig-x1
|
||||
run: make udefconfig-h1
|
||||
- name: Build U-Boot
|
||||
run: make ubuild
|
||||
- name: Configure for Linux
|
||||
|
Loading…
Reference in New Issue
Block a user