Add parallel and brotli to packages
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2024-03-18 18:53:17 -04:00
parent c47cf036d9
commit 91dd6337bc
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

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