We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4a5be commit 670a8efCopy full SHA for 670a8ef
1 file changed
.github/workflows/dtoverlaycheck.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install toolchain
23
run: |
24
sudo apt update
25
- 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
26
timeout-minutes: 10
27
28
- uses: actions/checkout@v4
0 commit comments