Skip to content

Commit

Permalink
add libpacap to action release
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-e authored Feb 16, 2023
1 parent 2c0dc6f commit acb7492
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- name: checkout
uses: actions/checkout@v3

- name: install libpcap
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y libpcap-dev

- name: setup go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit acb7492

Please sign in to comment.