Skip to content

Commit 5f1fce7

Browse files
author
Andrej Rosano
committed
Fix u-boot compilation
1 parent 54b9121 commit 5f1fce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
sudo apt-get install -y \
5959
bc binfmt-support bzip2 fakeroot file gcc gcc-arm-linux-gnueabihf git \
6060
gnupg make parted rsync qemu-user-static wget xz-utils zip debootstrap \
61-
sudo dirmngr bison flex libssl-dev kmod
61+
sudo dirmngr bison flex libssl-dev kmod uuid-dev libgnutls28-dev
6262
6363
- name: Import Signing Keys
6464
run: | # public key servers time out on at least one test, therefore we fetch cached keys
@@ -88,7 +88,7 @@ jobs:
8888
sudo apt-get install -y \
8989
bc binfmt-support bzip2 fakeroot file gcc gcc-arm-linux-gnueabihf git \
9090
gnupg make parted rsync qemu-user-static wget xz-utils zip debootstrap \
91-
sudo dirmngr bison flex libssl-dev kmod
91+
sudo dirmngr bison flex libssl-dev kmod uuid-dev libgnutls28-dev
9292
9393
- name: Import Signing Keys
9494
run: | # public key servers time out on at least one test, therefore we fetch cached keys

0 commit comments

Comments
 (0)