From 4e21a6da033cc6af441058edd638c83b53f36442 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 16 Apr 2018 02:08:44 +0200 Subject: [PATCH] ughhhhhhhhhhhhhh --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 10317cb..dd4be76 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,6 +8,7 @@ jobs: - CXX: g++-7.1 steps: - checkout + - run: apt-get install -y sudo - 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