From 9a91d42aa504f5ee09532347570cfd37632a4c19 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Mon, 9 Mar 2026 17:28:34 +0300 Subject: Set CARGO_HOME in GitLab CI to inside project dir This lets it know where to find and cache cargo files. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5609ac..340b46e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,9 @@ stages: - test - release +variables: + CARGO_HOME: "$CI_PROJECT_DIR/.cargo" + default: image: rust:1.93 cache: -- cgit v1.2.3-70-g09d2