Skip to content

Commit 2560f81

Browse files
committed
[GitHub Actions] install build-essential
To remove the "dpkg-checkbuilddeps: error: Unmet build dependencies: build-essential:native" error. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent e9656d4 commit 2560f81

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
@@ -128,6 +128,11 @@ jobs:
128128
sudo apt update
129129
sudo apt install -y debhelper
130130
131+
- name: Install build-essential
132+
run: |
133+
sudo apt update
134+
sudo apt install -y build-essential
135+
131136
- name: build start
132137
run: |
133138
export ARCH=x86_64 KCFLAGS="-Wall -Werror"

0 commit comments

Comments
 (0)