From 802e0fb43a42ec3dcedd440bf0f98eb3b5a7cb36 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Mon, 21 Nov 2022 00:19:16 -0500 Subject: [PATCH] CI build with manual apk add --- .build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index f96babc..3fcf7fc 100644 --- a/.build.yml +++ b/.build.yml @@ -1,13 +1,11 @@ image: alpine/edge -packages: - - rustup - sources: - https://git.sr.ht/~victormignot/yorokobot tasks: - setup: | + apk add rustup rustup default stable - format-check: |