From 7c95612cbfa3db79d10f6e36359edf05f662d650 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Mon, 21 Nov 2022 00:33:55 -0500 Subject: [PATCH] Trying debian for CI --- .build.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index fa6e467..668b5ba 100644 --- a/.build.yml +++ b/.build.yml @@ -1,11 +1,15 @@ -image: alpine/edge +image: debian/edge packages: - - rust + - rustup sources: - https://git.sr.ht/~victormignot/yorokobot -tasks: +tasks: + - setup: | + rustup toolchain install stable + rustup default stable + - format-check: | cd yorokobot cargo fmt --check