From b23d6b720ce75b7dd95ed6f4c13b817c299a57f0 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 16 Apr 2018 01:57:40 +0200 Subject: [PATCH] ughhhhhhhhh --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7d4e158..de3cc1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,9 +9,8 @@ jobs: steps: - checkout - save_cache: - key: dependency-cache - path: - - ~/cmake-3.11.0-Linux-x86_64 + key: dependency-cache + 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