From 3abac37774bf111a19c79a43be2027d91c1b5a50 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Mon, 21 Nov 2022 00:22:01 -0500 Subject: [PATCH] CI build specifying toolchain --- .build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 3fcf7fc..d6289f8 100644 --- a/.build.yml +++ b/.build.yml @@ -1,11 +1,13 @@ image: alpine/edge +packages: + - rustup sources: - https://git.sr.ht/~victormignot/yorokobot tasks: - setup: | - apk add rustup + rustup toolchain install stable rustup default stable - format-check: |