Fix defconfig target

This commit is contained in:
Takumi Sueda 2022-02-19 01:05:54 +09:00
parent 152854cd1d
commit d30ec39b6b

View File

@ -267,7 +267,7 @@ jobs:
- name: Install deps - 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 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 - name: Configure for U-Boot
run: make udefconfig-x1 run: make udefconfig-h1
- name: Build U-Boot - name: Build U-Boot
run: make ubuild run: make ubuild
- name: Configure for Linux - name: Configure for Linux