Skip to content

Commit 5e474ac

Browse files
Add missing dependency on GnuTLS
This seems to be needed since a recent change to raspberrypi/utils Signed-off-by: Nick Hollinghurst <nick.hollinghurst@raspberrypi.com>
1 parent 0fb648c commit 5e474ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dtoverlaycheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install toolchain
2323
run: |
2424
sudo apt update
25-
sudo apt-get install gcc-arm-linux-gnueabihf libfdt-dev device-tree-compiler
25+
sudo apt-get install gcc-arm-linux-gnueabihf libfdt-dev device-tree-compiler gnutls-dev
2626
timeout-minutes: 10
2727

2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)