Made sccache executable
Some checks failed
ci/woodpecker/push/rustfmt Pipeline failed
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Jef Roosens 2022-01-03 17:23:59 +01:00
parent fe404d9a03
commit 8517695d50
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

View file

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