Made sccache executable
parent
fe404d9a03
commit
8517695d50
|
@ -5,6 +5,7 @@ pipeline:
|
|||
commands:
|
||||
- curl https://github.com/mozilla/sccache/releases/download/v0.2.15/sccache-v0.2.15-x86_64-unknown-linux-musl.tar.gz -Lo - | tar xzf -
|
||||
- mv sccache-v0.2.15-x86_64-unknown-linux-musl/sccache .
|
||||
- chmod +x sccache
|
||||
|
||||
clippy:
|
||||
image: 'rust:1.57'
|
||||
|
|
Loading…
Reference in New Issue