Skip to content

Commit

Permalink
CI: Install libpcap-dev in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
solardiz committed Jan 5, 2024
1 parent dbc5d18 commit 9ea3c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

j=-j`nproc` || j=
type sudo >/dev/null 2>&1 && sudo=sudo || sudo=
common_packages='make libssl-dev'
common_packages='make libssl-dev libpcap-dev'

retry_if_failed()
{
Expand Down

0 comments on commit 9ea3c94

Please sign in to comment.