fix cargo dir
This commit is contained in:
parent
d256faaedb
commit
84c69130d5
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ commands:
|
|||
command: |
|
||||
apt-get install -y pkg-config libssl-dev
|
||||
curl -o- -sSLf https://github.com/mozilla/sccache/releases/download/0.2.12/sccache-0.2.12-x86_64-unknown-linux-musl.tar.gz | tar xzf -
|
||||
mv sccache-0.2.12-x86_64-unknown-linux-musl/sccache .cargo/bin/sccache
|
||||
mv sccache-0.2.12-x86_64-unknown-linux-musl/sccache /usr/local/cargo/bin/sccache
|
||||
echo 'export "RUSTC_WRAPPER"="sccache"' >> $BASH_ENV
|
||||
echo 'export "SCCACHE_CACHE_SIZE"="1G"' >> $BASH_ENV
|
||||
restore-sccache-cache:
|
||||
|
|
Loading…
Reference in a new issue