Skip to content

Commit 280e3cb

Browse files
committed
add missing build dependencies to build kernel
1 parent 2c11688 commit 280e3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212

1313
- name: Install dependencies
14-
run: sudo apt-get update && sudo apt-get install -y build-essential wget git autoconf
14+
run: sudo apt-get update && sudo apt-get install -y build-essential wget git autoconf libncurses-dev bison flex libssl-dev libelf-dev
1515

1616
- name: Run build-all.sh
1717
run: ./build-all.sh

0 commit comments

Comments
 (0)