From 98b8da9bcc78d6eb9fcd1642efd1bf7aae27ffc7 Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Fri, 31 Mar 2023 12:17:02 -0400 Subject: [PATCH] fix pt7 --- .builds/tfclient.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.builds/tfclient.yml b/.builds/tfclient.yml index c7b95f5..9ef779f 100644 --- a/.builds/tfclient.yml +++ b/.builds/tfclient.yml @@ -6,8 +6,10 @@ sources: tasks: - setup: | curl https://sh.rustup.rs -sSf | sh -s -- -y + source ~/.cargo/env rustup target add x86_64-unknown-linux-musl - check: | + source ~/.cargo/env cd /home/build/trifid/tfclient cargo check --locked --target x86_64-unknown-linux-musl cargo clippy --locked --target x86_64-unknown-linux-musl \ No newline at end of file