Skip to content

Commit 99e483b

Browse files
committed
CI: Add libdw-dev to debug kernel dependencies for 6.18
Signed-off-by: Ameer Hamza <ahamza@ixsystems.com>
1 parent 9a08a85 commit 99e483b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sudo apt update
3636
sudo apt install -y build-essential gawk flex bison openssl dkms \
3737
libelf-dev libudev-dev libpci-dev libiberty-dev autoconf dwarves \
38-
libncurses-dev libssl-dev devscripts debhelper-compat
38+
libncurses-dev libssl-dev libdw-dev devscripts debhelper-compat
3939
4040
- name: Generate .config
4141
run: |

0 commit comments

Comments
 (0)