From 425c6c579dd07e146e2b96a5ebd4d338c7b00ed2 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Mon, 21 Nov 2022 00:48:26 -0500 Subject: [PATCH] Fix build error --- .build.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.build.yml b/.build.yml index ce68b33..5c2adb3 100644 --- a/.build.yml +++ b/.build.yml @@ -1,17 +1,12 @@ -image: debian/stable +image: alpine/edge packages: - - curl + - rust + - cargo sources: - https://git.sr.ht/~victormignot/yorokobot tasks: - - setup: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y - rustup toolchain install stable - rustup default stable - source $HOME/.cargo/env - - format-check: | cd yorokobot cargo fmt --check