ci: fix ci
This commit is contained in:
parent
420c9e816f
commit
53378afae1
|
@ -1,5 +1,5 @@
|
||||||
version: 2
|
version: 2.1
|
||||||
etup
|
|
||||||
# https://medium.com/@edouard.oger/rust-caching-on-circleci-using-sccache-c996344f0115
|
# https://medium.com/@edouard.oger/rust-caching-on-circleci-using-sccache-c996344f0115
|
||||||
commands:
|
commands:
|
||||||
setup-sccache:
|
setup-sccache:
|
||||||
|
@ -13,6 +13,7 @@ commands:
|
||||||
# This is the maximum space sccache cache will use on disk.
|
# This is the maximum space sccache cache will use on disk.
|
||||||
echo 'export "SCCACHE_CACHE_SIZE"="1G"' >> $BASH_ENV
|
echo 'export "SCCACHE_CACHE_SIZE"="1G"' >> $BASH_ENV
|
||||||
sccache --version
|
sccache --version
|
||||||
|
|
||||||
restore-sccache-cache:
|
restore-sccache-cache:
|
||||||
steps:
|
steps:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
|
|
Loading…
Reference in New Issue