fix: CI: install clippy and fmt
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2022-12-18 21:22:59 +05:30
parent e7acd0e22b
commit dc508f2342
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
pipeline:
backend:
build_and_test:
image: rust
commands:
- apt update && apt-get -y --no-install-recommends install tar wget
- rustup component add rustfmt
- rustup component add clippy
- rustup target add wasm32-unknown-unknown
- wget -qO- https://github.com/thedodd/trunk/releases/download/v0.16.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- mv ./trunk /usr/bin/