From a22aadbe50879408fc299c3a1233a65bec018b34 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 13 Mar 2021 15:25:26 -0500 Subject: 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. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3