Skip to content

Commit f757e0a

Browse files
ci: install pkg deps
Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
1 parent daab109 commit f757e0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
- name: Setup
3434
run: |
3535
sudo apt-get update
36-
sudo apt-get install -y astyle libcunit1-dev libaio-dev libssl-dev \
37-
libnuma-dev uuid-dev lcov nasm meson ninja-build python3-pyelftools
36+
./scripts/pkgdep.sh
3837
git submodule update --init
3938
export MAKEFLAGS="-j$(nproc)"
4039

0 commit comments

Comments
 (0)