From 3db5e975a570fc8247c3bb9ee5dcbaa39252d441 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 13 Jan 2026 14:00:06 -0600 Subject: [PATCH] Remove nonexistent .cargo/ from CI cache config --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1243d23..4ae7ecc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,6 @@ test: key: ${CI_COMMIT_REF_SLUG}-cargo paths: - target/ - - .cargo/ # Build Docker image for branches (test build) build:test: