From 10b8a5b994d63d8844e0ddd46db29989f35f0f4c Mon Sep 17 00:00:00 2001 From: stv Date: Tue, 24 Jul 2018 23:03:13 -0700 Subject: [PATCH] apt-get upgrade --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a6a01d7b590d..04de1fa1627a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,6 +33,7 @@ jobs: - v1-dep- # This is based on your 1.0 configuration file or project settings - run: sudo apt-get update + - run: sudo apt-get upgrade - run: sudo apt-get install libxmlsec1-dev - run: sudo apt-get install lynx-cur - run: sudo apt-get install build-essential libssl-dev libffi-dev python-dev