Browse Source

Update apt-get before installing things on CI

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

+ 1 - 0
circle.yml

@@ -9,6 +9,7 @@ dependencies:
 
   pre:
     - sudo pip install autobahntestsuite
+    - 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