From 88831814d012c65bfc7ed841e25c8bc5e94eb9fe Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 25 Feb 2021 16:16:03 -0800 Subject: [PATCH] ci: update before install --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47db019fd..8891a342d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -129,6 +129,7 @@ jobs: GOPATH: /home/circleci/go TEST_VERBOSE: 1 steps: + - run: sudo apt update - run: sudo apt install socat net-tools - checkout