diff --git a/.builds/tfclient.yml b/.builds/tfclient.yml index ebba085..049d24d 100644 --- a/.builds/tfclient.yml +++ b/.builds/tfclient.yml @@ -1,12 +1,12 @@ image: archlinux packages: - - rust - - cargo - - openssl-dev - - rust-clippy + - openssl sources: - https://git.e3t.cc/~core/trifid tasks: + - setup: | + curl https://sh.rustup.rs -sSf | sh -s -- -y + rustup default stable - check: | cd /home/build/trifid/tfclient cargo check --locked