ci: fix ci

This commit is contained in:
Georgios Konstantopoulos 2020-05-27 14:55:34 +03:00
parent 420c9e816f
commit 53378afae1
No known key found for this signature in database
GPG Key ID: FA607837CD26EDBC
1 changed files with 3 additions and 2 deletions

View File

@ -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: