Skip to content

Commit d15fcd1

Browse files
committed
ci: update before install
1 parent 6a13d86 commit d15fcd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ jobs:
129129
GOPATH: /home/circleci/go
130130
TEST_VERBOSE: 1
131131
steps:
132-
- run: sudo apt install socat net-tools
132+
- run:
133+
- sudo apt update
134+
- sudo apt install socat net-tools
133135
- checkout
134136

135137
- run:

0 commit comments

Comments
 (0)