From d02aba96a1314fc1d3cc00fc3e40b806b81a18e6 Mon Sep 17 00:00:00 2001 From: Dov Shlachter Date: Mon, 17 Aug 2020 09:14:08 -0700 Subject: [PATCH] fix: install gcc by hand --- .circleci/config.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 23646670cb..86717ba169 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -244,7 +244,7 @@ jobs: name: Install system dependencies. command: | apt-get update - apt-get install -y curl pandoc unzip + apt-get install -y curl pandoc unzip gcc - run: name: Install nox. command: pip install nox @@ -269,7 +269,7 @@ jobs: name: Install system dependencies. command: | apt-get update - apt-get install -y curl pandoc unzip + apt-get install -y curl pandoc unzip gcc - run: name: Install nox. command: pip install nox @@ -310,7 +310,7 @@ jobs: name: Install system dependencies. command: | apt-get update - apt-get install -y curl pandoc unzip + apt-get install -y curl pandoc unzip gcc - run: name: Install nox. command: pip install nox @@ -335,7 +335,7 @@ jobs: name: Install system dependencies. command: | apt-get update - apt-get install -y curl pandoc unzip + apt-get install -y curl pandoc unzip gcc - run: name: Install nox. command: pip install nox @@ -375,7 +375,7 @@ jobs: name: Install system dependencies. command: | apt-get update - apt-get install -y curl pandoc unzip + apt-get install -y curl pandoc unzip gcc - run: name: Install protoc 3.12.1. command: | @@ -399,7 +399,7 @@ jobs: name: Install system dependencies. command: | apt-get update - apt-get install -y curl pandoc unzip + apt-get install -y curl pandoc unzip gcc - run: name: Install protoc 3.12.1. command: | @@ -423,7 +423,7 @@ jobs: name: Install system dependencies. command: | apt-get update - apt-get install -y curl pandoc unzip + apt-get install -y curl pandoc unzip gcc - run: name: Install protoc 3.12.1. command: | @@ -447,7 +447,7 @@ jobs: name: Install system dependencies. command: | apt-get update - apt-get install -y curl pandoc unzip + apt-get install -y curl pandoc unzip gcc - run: name: Install protoc 3.12.1. command: | @@ -471,7 +471,7 @@ jobs: name: Install system dependencies. command: | apt-get update - apt-get install -y curl pandoc unzip + apt-get install -y curl pandoc unzip gcc - run: name: Install protoc 3.12.1. command: | @@ -495,7 +495,7 @@ jobs: name: Install system dependencies. command: | apt-get update - apt-get install -y curl pandoc unzip + apt-get install -y curl pandoc unzip gcc - run: name: Install protoc 3.12.1. command: | @@ -519,7 +519,7 @@ jobs: name: Install system dependencies. command: | apt-get update - apt-get install -y curl pandoc unzip + apt-get install -y curl pandoc unzip gcc - run: name: Install protoc 3.12.1. command: | @@ -543,7 +543,7 @@ jobs: name: Install system dependencies. command: | apt-get update - apt-get install -y curl pandoc unzip + apt-get install -y curl pandoc unzip gcc - run: name: Install protoc 3.12.1. command: | @@ -567,7 +567,7 @@ jobs: name: Install system dependencies. command: | apt-get update - apt-get install -y curl pandoc unzip + apt-get install -y curl pandoc unzip gcc - run: name: Install protoc 3.12.1. command: | @@ -591,7 +591,7 @@ jobs: name: Install pandoc command: | apt-get update - apt-get install -y pandoc + apt-get install -y pandoc gcc - run: name: Install nox and codecov. command: | @@ -613,7 +613,7 @@ jobs: name: Install pandoc command: | apt-get update - apt-get install -y pandoc + apt-get install -y pandoc gcc - run: name: Install nox and codecov. command: | @@ -635,7 +635,7 @@ jobs: name: Install pandoc command: | apt-get update - apt-get install -y pandoc + apt-get install -y pandoc gcc - run: name: Install nox and codecov. command: |