workflows: dtoverlaycheck: Update the dependencies

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
Phil Elwell
2025-08-19 14:24:06 +01:00
committed by Dom Cobley
parent 26c9297d0c
commit 2950d0fa64

View File

@@ -22,7 +22,7 @@ jobs:
- name: Install toolchain
run: |
sudo apt update
sudo apt-get install gcc-arm-linux-gnueabihf libfdt-dev device-tree-compiler
sudo apt-get install gcc-arm-linux-gnueabihf libfdt-dev device-tree-compiler gnutls-dev
timeout-minutes: 10
- uses: actions/checkout@v4