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