From 1f6f5df23680844b0be58ef2fc892c1eb3903281 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Mon, 21 Nov 2022 00:24:56 -0500 Subject: [PATCH] Building manually --- .build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index d6289f8..dfd5759 100644 --- a/.build.yml +++ b/.build.yml @@ -1,12 +1,13 @@ image: alpine/edge 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