We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3ec7d commit 3df44f1Copy full SHA for 3df44f1
.github/workflows/build.yml
@@ -15,11 +15,10 @@ jobs:
15
# Checkout code
16
- uses: actions/checkout@v2
17
18
- # Install dependencies: Ninja, pkg-config, CMake
19
- - name: Install build tools
+ - name: Install build dependencies
20
run: |
21
sudo apt-get update
22
- sudo apt-get install -y ninja-build pkg-config cmake g++
+ sudo apt-get install -y ninja-build pkg-config cmake g++ libelf-dev
23
24
# --- First build: CLI_ONLY=on ---
25
- name: Configure CMake (CLI_ONLY=on)
0 commit comments