diff options
| author | Steven Fackler <[email protected]> | 2017-07-25 20:37:13 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-07-25 20:37:13 -0700 |
| commit | 16b2870d14b1a86e20ebb40dc9581165e4a0aabb (patch) | |
| tree | 0dea95c09e583a1b7504f4dc31204d0cb5169f45 | |
| parent | Abort on bad unlock and safe core dumps (diff) | |
| download | rust-openssl-16b2870d14b1a86e20ebb40dc9581165e4a0aabb.tar.xz rust-openssl-16b2870d14b1a86e20ebb40dc9581165e4a0aabb.zip | |
Fix build
| -rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |