Skip to content

Commit a3d8e47

Browse files
committed
fix: install gcc by hand
1 parent 481975e commit a3d8e47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ jobs:
591591
name: Install pandoc
592592
command: |
593593
apt-get update
594-
apt-get install -y pandoc
594+
apt-get install -y pandoc gcc
595595
- run:
596596
name: Install nox and codecov.
597597
command: |
@@ -613,7 +613,7 @@ jobs:
613613
name: Install pandoc
614614
command: |
615615
apt-get update
616-
apt-get install -y pandoc
616+
apt-get install -y pandoc gcc
617617
- run:
618618
name: Install nox and codecov.
619619
command: |
@@ -635,7 +635,7 @@ jobs:
635635
name: Install pandoc
636636
command: |
637637
apt-get update
638-
apt-get install -y pandoc
638+
apt-get install -y pandoc gcc
639639
- run:
640640
name: Install nox and codecov.
641641
command: |

0 commit comments

Comments
 (0)