aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-08-16 13:14:57 +0200
committerLoïc Hoguin <[email protected]>2015-08-16 13:14:57 +0200
commite811c0f13b9d1bacdcd93c39dcafb9e08012ee22 (patch)
tree915a6be105e395e94871c9c5d549592fcb415603 /circle.yml
parentb985c818ffbb7bd500a74646ad649d78353f21c4 (diff)
downloaderlang.mk-e811c0f13b9d1bacdcd93c39dcafb9e08012ee22.tar.gz
erlang.mk-e811c0f13b9d1bacdcd93c39dcafb9e08012ee22.tar.bz2
erlang.mk-e811c0f13b9d1bacdcd93c39dcafb9e08012ee22.zip
Update apt-get before trying to install autoconf
Should fix errors with @CircleCI.
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index b4deef6..73b087e 100644
--- a/circle.yml
+++ b/circle.yml
@@ -8,6 +8,7 @@ dependencies:
- "~/erlang"
pre:
+ - sudo apt-get update
- sudo apt-get install autoconf2.59
- cd $HOME/bin && ln -s /usr/bin/autoconf2.59 autoconf
- cd $HOME/bin && ln -s /usr/bin/autoheader2.59 autoheader