From eee0fa2c8ad433e59581f9b15ed0971638e228be Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Tue, 2 Oct 2018 12:06:08 -0400 Subject: [PATCH] Fix benchmark job --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e1b0bda08..9fd0c1abb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -125,6 +125,7 @@ jobs: - run: name: dependencies command: | + sudo bash -c "echo \"deb http://ftp.us.debian.org/debian testing main contrib non-free\" >> /etc/apt/sources.list" sudo apt-get update sudo apt-get install -t testing g++-8 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6