From cf136261e6b5df7d2ce1030e91392d892cc760f6 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Mon, 21 Nov 2022 00:30:54 -0500 Subject: [PATCH] Add directly rust to CI packages --- .build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.build.yml b/.build.yml index dfd5759..fa6e467 100644 --- a/.build.yml +++ b/.build.yml @@ -1,16 +1,11 @@ image: alpine/edge packages: - - curl + - rust sources: - https://git.sr.ht/~victormignot/yorokobot tasks: - - setup: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - rustup toolchain install stable - rustup default stable - - format-check: | cd yorokobot cargo fmt --check