create bin dir
This commit is contained in:
parent
d276298887
commit
fafc774026
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue