From 7ec2ef461a8f3de9b01246185da9ce0d6da11183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Sat, 24 May 2025 00:04:21 +0200 Subject: [PATCH] workflows: u-boot: Add fwupd as build-dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Needed to run "fwupdtool build-cabinet". Signed-off-by: Loïc Minier --- .github/workflows/u-boot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/u-boot.yml b/.github/workflows/u-boot.yml index 08a0f764..9e4ad35c 100644 --- a/.github/workflows/u-boot.yml +++ b/.github/workflows/u-boot.yml @@ -50,7 +50,7 @@ jobs: set -ux # install build-dependencies apt -y install git crossbuild-essential-arm64 make bison flex bc \ - libssl-dev gnutls-dev xxd coreutils gzip mkbootimg + libssl-dev gnutls-dev xxd coreutils gzip mkbootimg fwupd scripts/build-u-boot-rb1.sh - name: Stage artifacts for upload