Skip to content

Commit 6f0dd8e

Browse files
committed
Fix lint ci-job
1 parent a3005cb commit 6f0dd8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
with:
2020
go-version-file: 'go.mod'
2121

22+
- name: Install dependencies
23+
run: sudo apt update && sudo apt install -y make libpcap-dev
24+
2225
- name: Lint
2326
uses: golangci/golangci-lint-action@v3
2427
with:

0 commit comments

Comments
 (0)