Skip to content

Commit 80785d2

Browse files
committed
[GitHub Actions] install libdw-dev
libdw-dev is required after commit 657f96c ("kbuild: deb-pkg: Add libdw-dev:native to Build-Depends-Arch") Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent c6e20f3 commit 80785d2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.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)