Skip to content

Commit

Permalink
add missing build dependencies to build kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Dec 22, 2024
1 parent 2c11688 commit 280e3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 280e3cb

Please sign in to comment.