We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c11688 commit 280e3cbCopy full SHA for 280e3cb
.github/workflows/build-all.yml
@@ -11,7 +11,7 @@ jobs:
11
uses: actions/checkout@v4
12
13
- name: Install dependencies
14
- 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
15
16
- name: Run build-all.sh
17
run: ./build-all.sh
0 commit comments