From 38e9d7527ebf2930ef3af257d203d7819ff618fb Mon Sep 17 00:00:00 2001 From: schaeff Date: Tue, 5 Apr 2022 18:47:26 +0200 Subject: [PATCH] change bin folder --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 30bb982f..b0954a28 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -186,8 +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 + mv sccache-v0.2.15-x86_64-unknown-linux-musl/sccache §HOME/bin # This configures Rust to use sccache. echo 'export "RUSTC_WRAPPER"="sccache"' >> $BASH_ENV # This is the maximum space sccache cache will use on disk.