From 6a983f657a5166c66bc836d81b4f4991e766a208 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Thu, 23 Oct 2025 23:44:51 -0600 Subject: [PATCH] Cache more aggressively --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 141bc4ccbb6a2f880fe8c48fef38e03800106648..06883a88506532765eb7572e2da9e4dae18a7fc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -309,8 +309,10 @@ jobs: - name: Configure Go and Rust cache uses: namespacelabs/nscloud-cache-action@v1 with: - cache: | - rust + path: | + /home/runner/.cargo + /home/runner/.rustup + ./target - name: Configure CI run: |