Skip to content

Commit

Permalink
ci: only install sccache if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo committed Jul 22, 2022
1 parent 1a5a4f3 commit d55620c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commands:
- run:
name: Install sccache
command: |
cargo install sccache
ls ~/.cargo/bin/sccache || cargo install sccache
# This configures Rust to use sccache.
echo 'export "RUSTC_WRAPPER"="sccache"' >> $BASH_ENV
sccache --version
Expand Down

0 comments on commit d55620c

Please sign in to comment.