From 150b4aa059f75b49821ed32f2aec75e53bb02abf Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sat, 10 Feb 2024 01:49:36 -0700 Subject: [PATCH] see if this makes a difference --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47596b8..40c8f0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,10 @@ stages: - build_site - deploy +variables: + CARGO_HOME: "$CI_PROJECT_DIR/cargo" + cache: - key: ${CI_COMMIT_REF_SLUG} paths: - target/ - cargo/