From fddb07ea3a7cb4b854165996c277070901819f5b Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Mon, 21 Nov 2022 00:38:49 -0500 Subject: [PATCH] Fix build error --- .build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index f02f9a8..66fa7ab 100644 --- a/.build.yml +++ b/.build.yml @@ -1,14 +1,16 @@ image: debian/stable packages: - - rustup + - curl 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 + source $HOME/.cargo/env - format-check: | cd yorokobot