Skip to content

Commit f02a3fe

Browse files
committed
ci: install netstat
1 parent 43e4644 commit f02a3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
GOPATH: /home/circleci/go
130130
TEST_VERBOSE: 1
131131
steps:
132-
- run: sudo apt install socat
132+
- run: sudo apt install socat net-tools
133133
- checkout
134134

135135
- run:

0 commit comments

Comments
 (0)