aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-07-25 20:37:13 -0700
committerSteven Fackler <[email protected]>2017-07-25 20:37:13 -0700
commit16b2870d14b1a86e20ebb40dc9581165e4a0aabb (patch)
tree0dea95c09e583a1b7504f4dc31204d0cb5169f45
parentAbort on bad unlock and safe core dumps (diff)
downloadrust-openssl-16b2870d14b1a86e20ebb40dc9581165e4a0aabb.tar.xz
rust-openssl-16b2870d14b1a86e20ebb40dc9581165e4a0aabb.zip
Fix build
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
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