Add parallel and brotli to packages
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
c47cf036d9
commit
91dd6337bc
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ steps:
|
|||
- name: build
|
||||
image: rust
|
||||
commands:
|
||||
- apt-get -y update
|
||||
- apt-get -y install parallel brotli
|
||||
- wget https://github.com/mozilla/sccache/releases/download/v0.7.7/sccache-v0.7.7-x86_64-unknown-linux-musl.tar.gz
|
||||
- tar xzf sccache-v0.7.7-x86_64-unknown-linux-musl.tar.gz
|
||||
- mv sccache-v0.7.7-x86_64-unknown-linux-musl/sccache /usr/bin/sccache
|
||||
|
|
Loading…
Reference in a new issue