Skip to content

Commit 3df44f1

Browse files
authored
Update build.yml
Updated library dependencies with libelf.
1 parent 8f3ec7d commit 3df44f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ jobs:
1515
# Checkout code
1616
- uses: actions/checkout@v2
1717

18-
# Install dependencies: Ninja, pkg-config, CMake
19-
- name: Install build tools
18+
- name: Install build dependencies
2019
run: |
2120
sudo apt-get update
22-
sudo apt-get install -y ninja-build pkg-config cmake g++
21+
sudo apt-get install -y ninja-build pkg-config cmake g++ libelf-dev
2322
2423
# --- First build: CLI_ONLY=on ---
2524
- name: Configure CMake (CLI_ONLY=on)

0 commit comments

Comments
 (0)