Skip to content

Commit 02cb909

Browse files
authored
Update i104m-go.yml
1 parent 7d2415d commit 02cb909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/i104m-go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Get dependencies
2626
working-directory: src/i104m
2727
run: |
28-
apt-get install libpcap-dev
28+
sudo apt install libpcap-dev
2929
go env -w GO111MODULE=auto
3030
go get -v -t -d ./...
3131
go mod tidy

0 commit comments

Comments
 (0)