Skip to content

Commit

Permalink
install libpcap
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Feb 24, 2022
1 parent 8694db5 commit d9c5394
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install libpcap-dev
run: sudo apt-get update && sudo apt-get install -y libpcap-dev

- name: Read .go-version file
id: goversion
run: echo "::set-output name=version::$(cat .go-version)"
Expand Down

0 comments on commit d9c5394

Please sign in to comment.