Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: install gcc by hand #571

Merged
merged 1 commit into from
Aug 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand Down