Skip to content

Commit

Permalink
fix: Repairing Github Pipeline; Added pcap installation
Browse files Browse the repository at this point in the history
  • Loading branch information
werniq committed Oct 22, 2024
1 parent df6733f commit f57c01d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
go-version: '1.22'

- name: Install pcap deps
run: apt install -y libpcap-dev

- name: Download go.mod dependencies
run: go mod download

Expand Down

0 comments on commit f57c01d

Please sign in to comment.