Browse Source

Update apt-get before installing things on CI

Loïc Hoguin 9 years ago
parent
commit
5ea28fb446
1 changed files with 1 additions and 0 deletions
  1. 1 0
      circle.yml

+ 1 - 0
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