Skip to content

Commit

Permalink
ci: install pkg deps
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro committed Oct 14, 2024
1 parent daab109 commit 4aa373e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- name: Setup
run: |
sudo apt-get update
sudo apt-get install -y astyle libcunit1-dev libaio-dev libssl-dev \
libnuma-dev uuid-dev lcov nasm meson ninja-build python3-pyelftools
sudo ./scripts/pkgdep.sh
git submodule update --init
export MAKEFLAGS="-j$(nproc)"
Expand Down

0 comments on commit 4aa373e

Please sign in to comment.