Skip to content

Commit 35f25eb

Browse files
RPI ONLY: Github workflow: dtoverlaycheck.yml: Add gnutls-dev
raspberrypi/utils now has a dependency on GnuTLS. Add this. Signed-off-by: Nick Hollinghurst <nick.hollinghurst@raspberrypi.com>
1 parent ee388a1 commit 35f25eb

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)