From 5456705e3b041362fe0aa413f4ac7de456cb45a2 Mon Sep 17 00:00:00 2001 From: Flouse <1297478+Flouse@users.noreply.github.com> Date: Sun, 15 Oct 2023 05:28:34 +0000 Subject: [PATCH] fixup! Fix MANUAL_BUILD_SCRIPTS --- kicker | 1 + 1 file changed, 1 insertion(+) diff --git a/kicker b/kicker index 16cc095..bafdf38 100755 --- a/kicker +++ b/kicker @@ -604,6 +604,7 @@ function manual_build() { prepare_repo godwoken "$SCRIPTS_GIT_URL" "$SCRIPTS_GIT_CHECKOUT" # Install capsule + # Fixme: error: Incompatible capsule version 0.10.1, this project requires a version that's compatible with 0.7.0 CAPSULE_VERSION=0.7.0 export CARGO_HOME=$WORKSPACE/packages/.cargo (which capsule && test "$(capsule --version)" = "Capsule $CAPSULE_VERSION") \