print version
This commit is contained in:
parent
93d781ec77
commit
142526488c
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ commands:
|
|||
echo 'export "RUSTC_WRAPPER"="/usr/local/bin/sccache"' >> $BASH_ENV
|
||||
# This is the maximum space sccache cache will use on disk.
|
||||
echo 'export "SCCACHE_CACHE_SIZE"="1G"' >> $BASH_ENV
|
||||
/usr/local/bin/sccache --version
|
||||
restore-sccache-cache:
|
||||
steps:
|
||||
- restore_cache:
|
||||
|
|
Loading…
Reference in a new issue