1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

fix cargo dir

This commit is contained in:
schaeff 2022-04-06 10:26:58 +02:00
parent d256faaedb
commit 84c69130d5

View file

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