Fix benchmark job

This commit is contained in:
Michael Droettboom 2018-10-02 12:06:08 -04:00
parent f985065347
commit eee0fa2c8a
1 changed files with 1 additions and 0 deletions

View File

@ -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