1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00

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.
This commit is contained in:
Ryan Dahl 2021-03-13 15:25:26 -05:00 committed by GitHub
parent 10b99e8eb0
commit a22aadbe50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,6 @@ jobs:
path: |
~/.cargo/registry
~/.cargo/git
.cargo_home
target/*/.*
target/*/build
target/*/deps