Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit a469eb4

Browse files
Andreagit97poiana
authored andcommitted
update(CI): add libpcap-dev as dependency
Signed-off-by: Andrea Terzolo <[email protected]>
1 parent 85864dd commit a469eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: Install deps ⛓️
129129
run: |
130130
sudo apt update
131-
sudo apt install -y --no-install-recommends ca-certificates cmake build-essential clang-14 git pkg-config autoconf automake libtool libelf-dev
131+
sudo apt install -y --no-install-recommends ca-certificates cmake build-essential clang-14 git pkg-config autoconf automake libtool libelf-dev libcap-dev
132132
133133
- name: Build scap-open 🏗️
134134
run: |
@@ -169,7 +169,7 @@ jobs:
169169
githubToken: ${{ github.token }}
170170

171171
install: |
172-
pacman -Syu --noconfirm git cmake make llvm clang pkgconf libelf zlib libffi libbpf linux-tools glibc gcc gtest protobuf openssl tbb libb64 wget jq yaml-cpp curl c-ares grpc libyaml
172+
pacman -Syu --noconfirm git cmake make llvm clang pkgconf libelf zlib libffi libbpf linux-tools glibc gcc gtest protobuf openssl tbb libb64 wget jq yaml-cpp curl c-ares grpc libyaml libpcap
173173
174174
# Please note: we cannot inject the BPF probe inside QEMU, so right now, we only build it
175175
run: |

0 commit comments

Comments
 (0)