aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index b5a8efe..b1feef7 100644
--- a/circle.yml
+++ b/circle.yml
@@ -9,7 +9,7 @@ dependencies:
pre:
- sudo apt-get update
- - sudo apt-get install autoconf2.59
+ - sudo apt-get install autoconf2.59 gcc
- cd $HOME/bin && ln -s /usr/bin/autoconf2.59 autoconf
- cd $HOME/bin && ln -s /usr/bin/autoheader2.59 autoheader
- CI_OTP=OTP-18.0.2 make -f core/core.mk -f plugins/ci.mk ci-prepare: