ci: update before install
Steven Allen committed
Feb 25, 2021 at 16:16 UTC
88831814d012c65bfc7ed841e25c8bc5e94eb9fe
1 file changed
+1
.circleci/config.yml
+1
@@ -129,6 +129,7 @@ jobs:
129
GOPATH: /home/circleci/go
130
TEST_VERBOSE: 1
131
steps:
132
+ - run: sudo apt update
133
- run: sudo apt install socat net-tools
134
- checkout
135