Always apt-get update

This commit is contained in:
Steven Fackler 2017-07-25 19:53:34 -07:00
parent 1f2716587a
commit fbc2c08e07
2 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@ job: &JOB
- image: jimmycuadra/rust:1.19.0 - image: jimmycuadra/rust:1.19.0
steps: steps:
- checkout - checkout
- apt-get update
- run: ./test/add_target.sh - run: ./test/add_target.sh
- restore_cache: - restore_cache:
key: registry key: registry

View File

@ -5,7 +5,6 @@ if [ -d ~/openssl ]; then
exit 0 exit 0
fi fi
apt-get update
apt-get install -y --no-install-recommends curl apt-get install -y --no-install-recommends curl
case "${LIBRARY}" in case "${LIBRARY}" in