From e7dcea87674e058ae4f196b953e4170bb7194b52 Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Fri, 31 Mar 2023 12:11:29 -0400 Subject: [PATCH] fix pt4 --- .builds/tfclient.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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