Просмотр исходного кода

Update apt-get before trying to install autoconf

Should fix errors with @CircleCI.
Loïc Hoguin 9 лет назад
Родитель
Сommit
e811c0f13b
1 измененных файлов с 1 добавлено и 0 удалено
  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