Skip to content

Commit

Permalink
install deps in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Kaiser committed Sep 12, 2024
1 parent 441f45d commit 3f072c4
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 deps
run: apt update && apt install -y libpcap-dev

- name: Build
run: go build -v ./...

Expand Down

0 comments on commit 3f072c4

Please sign in to comment.