From e811c0f13b9d1bacdcd93c39dcafb9e08012ee22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 16 Aug 2015 13:14:57 +0200 Subject: Update apt-get before trying to install autoconf Should fix errors with @CircleCI. --- circle.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3