1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

create bin dir

This commit is contained in:
schaeff 2022-04-05 18:16:59 +02:00
parent d276298887
commit fafc774026

View file

@ -186,6 +186,7 @@ commands:
command: |
apt-get install -y pkg-config libssl-dev
curl -o- -sSLf https://github.com/mozilla/sccache/releases/download/v0.2.15/sccache-v0.2.15-x86_64-unknown-linux-musl.tar.gz | tar xzf -
mkdir -p .cargo/bin
mv sccache-v0.2.15-x86_64-unknown-linux-musl/sccache .cargo/bin/sccache
# This configures Rust to use sccache.
echo 'export "RUSTC_WRAPPER"="sccache"' >> $BASH_ENV