From e3bbf00a8eec37d2a028a23d3ee4ee0db49be3c2 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Mon, 21 Nov 2022 00:39:58 -0500 Subject: [PATCH] Fix build error --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 66fa7ab..ce68b33 100644 --- a/.build.yml +++ b/.build.yml @@ -7,7 +7,7 @@ sources: tasks: - setup: | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y rustup toolchain install stable rustup default stable source $HOME/.cargo/env