Skip to content

Commit

Permalink
fix(ci): add libelf-dev system dep for building packages
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <[email protected]>
  • Loading branch information
leogr authored and poiana committed Nov 19, 2024
1 parent 45e716e commit 5ddea47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install deps
run: |
apt update
apt install -y --no-install-recommends git awscli make build-essential autoconf libtool pkg-config
apt install -y --no-install-recommends git awscli make build-essential autoconf libelf-dev libtool pkg-config
- name: Install updated cmake version ⛓️
run: |
Expand Down

0 comments on commit 5ddea47

Please sign in to comment.