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

dev
Jef Roosens 2022-01-03 17:23:59 +01:00
parent fe404d9a03
commit 8517695d50
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 1 additions and 0 deletions

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'