Cache more aggressively

Conrad Irwin created

Change summary

.github/workflows/ci.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Detailed changes

.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: |