From 16b2870d14b1a86e20ebb40dc9581165e4a0aabb Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 25 Jul 2017 20:37:13 -0700 Subject: [PATCH] Fix build --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index bc868ac4..64f1bf4a 100644 --- a/circle.yml +++ b/circle.yml @@ -4,7 +4,7 @@ job: &JOB - image: jimmycuadra/rust:1.19.0 steps: - checkout - - apt-get update + - run: apt-get update - run: ./test/add_target.sh - restore_cache: key: registry