diff --git a/.github/workflows/reusable_build_packages.yaml b/.github/workflows/reusable_build_packages.yaml index 08144d8e..92e07d96 100644 --- a/.github/workflows/reusable_build_packages.yaml +++ b/.github/workflows/reusable_build_packages.yaml @@ -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: |