Skip to content

Commit a22aadb

Browse files
authored
ci: don't store $CARGO_HOME in Github Actions cache (denoland#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.
1 parent 10b99e8 commit a22aadb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
path: |
9090
~/.cargo/registry
9191
~/.cargo/git
92-
.cargo_home
9392
target/*/.*
9493
target/*/build
9594
target/*/deps

0 commit comments

Comments
 (0)