Skip to content

Commit 053ae21

Browse files
authored
Update i104m-go.yml
1 parent eaf6cb9 commit 053ae21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/i104m-go.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525
- name: Get dependencies
2626
working-directory: src/i104m
2727
run: |
28+
apt-get install libpcap-dev
2829
go env -w GO111MODULE=auto
2930
go get -v -t -d ./...
31+
go mod tidy
3032
if [ -f Gopkg.toml ]; then
3133
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
3234
dep ensure

0 commit comments

Comments
 (0)