apt-get update before downloading deps

This commit is contained in:
Brandon Keepers
2015-03-08 16:22:41 -07:00
parent 3eb3dd7d4b
commit 8da458e1a8
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ set -ex
# Fetch all commits/refs needed to run our tests.
git fetch origin master:master v2.0.0:v2.0.0 test/attributes:test/attributes test/master:test/master
sudo apt-get update
script/vendor-deb libicu48 libicu-dev
if ruby -e 'exit RUBY_VERSION >= "2.0" && RUBY_VERSION < "2.1"'; then
# Workaround for https://bugs.ruby-lang.org/issues/8074. We can't use this