From 280e3cb71dc222884d1fd2e9c296661b1a50cf27 Mon Sep 17 00:00:00 2001 From: chrisjsimpson Date: Sun, 22 Dec 2024 21:11:07 +0000 Subject: [PATCH] add missing build dependencies to build kernel --- .github/workflows/build-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 09dff63..d2660b6 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Install dependencies - run: sudo apt-get update && sudo apt-get install -y build-essential wget git autoconf + run: sudo apt-get update && sudo apt-get install -y build-essential wget git autoconf libncurses-dev bison flex libssl-dev libelf-dev - name: Run build-all.sh run: ./build-all.sh