Skip to content

Commit ae3701e

Browse files
committed
[GitHub Actions] install libdw-dev
libdw-dev is required for the new kernel version. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent e02ba48 commit ae3701e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/buildtest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@ jobs:
138138
sudo apt update
139139
sudo apt install -y uuid-dev
140140
141+
- name: Install libdw-dev
142+
run: |
143+
sudo apt update
144+
sudo apt install -y libdw-dev
145+
141146
- name: build start
142147
run: |
143148
export ARCH=x86_64 KCFLAGS="-Wall -Werror"

0 commit comments

Comments
 (0)