We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9cdaa commit eaf6cb9Copy full SHA for eaf6cb9
.github/workflows/calculations-go.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Get dependencies
26
working-directory: src/calculations
27
run: |
28
+ apt-get install libpcap-dev
29
go env -w GO111MODULE=auto
30
go get -v -t -d ./...
31
go mod tidy
0 commit comments