Fix defconfig target

This commit is contained in:
Takumi Sueda 2022-02-19 01:05:54 +09:00
parent 152854cd1d
commit d30ec39b6b
1 changed files with 1 additions and 1 deletions

View File

@ -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