Skip to content

Commit

Permalink
ci: install libpcap for linux build
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Mar 10, 2024
1 parent 220e4b3 commit 54fdaa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install system dependencies (Linux)
if: runner.os == 'Linux'
run: sudo apt-get install libpcap-dev

- name: Run CMake
run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug

Expand Down

0 comments on commit 54fdaa8

Please sign in to comment.