remove sudo
This commit is contained in:
parent
e734bd57a7
commit
1667694d80
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ commands:
|
|||
- run:
|
||||
name: Install sccache
|
||||
command: |
|
||||
sudo apt-get install -y pkg-config libssl-dev
|
||||
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.15-x86_64-unknown-linux-musl/sccache .cargo/bin/sccache
|
||||
# This configures Rust to use sccache.
|
||||
|
|
Loading…
Reference in a new issue