Skip to content

Commit

Permalink
ci: install missing libpcap-dev for linux lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutsovasilis committed Feb 9, 2024
1 parent 59a57f9 commit 9b64dca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/golangci-lint.yml
Expand Up @@ -32,6 +32,9 @@ jobs:
with:
go-version-file: .go-version

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

- name: golangci-lint
env:
GOOS: ${{ matrix.GOOS }}
Expand Down

0 comments on commit 9b64dca

Please sign in to comment.