From 53378afae1545efa4539dc4be43b9c29e494b818 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Wed, 27 May 2020 14:55:34 +0300 Subject: [PATCH] ci: fix ci --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 584f100c..c8d80888 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,5 +1,5 @@ -version: 2 -etup +version: 2.1 + # https://medium.com/@edouard.oger/rust-caching-on-circleci-using-sccache-c996344f0115 commands: setup-sccache: @@ -13,6 +13,7 @@ commands: # This is the maximum space sccache cache will use on disk. echo 'export "SCCACHE_CACHE_SIZE"="1G"' >> $BASH_ENV sccache --version + restore-sccache-cache: steps: - restore_cache: