summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-03-13 15:25:26 -0500
committerGitHub <noreply@github.com>2021-03-13 15:25:26 -0500
commita22aadbe50879408fc299c3a1233a65bec018b34 (patch)
treebc06f9b3f2c4ae4da247bc4257973fca2e45e350
parent10b99e8eb0e04e8340187b8aafe860405114d0d7 (diff)
ci: don't store $CARGO_HOME in Github Actions cache (#9779)
There currently is a problem related to Github Actions in general or the 'actions-rs/cargo' action in particular, which causes cargo to be unable to find the 'serde_derive' crate when the cargo home dir has been restored from cache. This issue is also being reported by others, e.g. at actions-rs/cargo#111.
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4c3d89205..56d334769 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -89,7 +89,6 @@ jobs:
path: |
~/.cargo/registry
~/.cargo/git
- .cargo_home
target/*/.*
target/*/build
target/*/deps