ソースを参照

apt-get update before installing packages

Julius Pfrommer 9 年 前
コミット
02307a0812
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      tools/travis_linux_before_install.sh

+ 1 - 0
tools/travis_linux_before_install.sh

@@ -1,5 +1,6 @@
 #!/bin/bash
 set -ev
+sudo apt-get update
 sudo apt-get install binutils-mingw-w64-i686 gcc-mingw-w64-i686 mingw-w64
 sudo add-apt-repository ppa:kalakris/cmake -y
 sudo apt-get update -qq