1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

remove sudo

This commit is contained in:
schaeff 2022-04-05 18:06:33 +02:00
parent e734bd57a7
commit 1667694d80

View file

@ -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.