From 7512ddef3b23c675ac479993f7733eaaec16debe Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Wed, 20 Jun 2018 15:51:00 +0100 Subject: [PATCH] Resore cache --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 29a04a4..a1907fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,6 +10,9 @@ jobs: - image: abronan/rust-circleci:latest steps: - checkout + - run: rustup update + - restore_cache: + key: cargo-cache - run: rustup run nightly cargo build - save_cache: key: cargo-cache -- GitLab