We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2415d commit 02cb909Copy full SHA for 02cb909
.github/workflows/i104m-go.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Get dependencies
26
working-directory: src/i104m
27
run: |
28
- apt-get install libpcap-dev
+ sudo apt install libpcap-dev
29
go env -w GO111MODULE=auto
30
go get -v -t -d ./...
31
go mod tidy
0 commit comments