From 18de9d8de7bdecae1160b2c17185a0a10178d015 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 16 Apr 2018 01:58:21 +0200 Subject: [PATCH] ughhhhhhhhhh --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index de3cc1c..5819fda 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,8 @@ jobs: - checkout - save_cache: key: dependency-cache - path: ~/cmake-3.11.0-Linux-x86_64 + path: + - ~/cmake-3.11.0-Linux-x86_64 - run: sudo add-apt-repository -y ppa:jonathonf/gcc-7.1 - run: sudo apt-get update - run: sudo apt-get install gcc-7 g++-7