From 84494c973a15f009d43ad9c2d300236821c8167c Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Wed, 27 May 2020 20:15:23 -0500 Subject: [PATCH] change to archlinux images cus musl doesn't support proc-macros --- .build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index 06252c3..01c37f8 100644 --- a/.build.yml +++ b/.build.yml @@ -1,13 +1,12 @@ -image: alpine/edge +image: archlinux packages: - rustup sources: - https://git.sr.ht/~iptq/garbage tasks: - setup: | - rustup-init -qy + rustup -q default nightly - build: | - source $HOME/.cargo/env cd garbage cargo build