Loading circle.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
circle.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading