Don't cache ~/.npm and ~/.cargo
The save/restore overhead from cache is not a significant time savings
This commit is contained in:
parent
20dc857d61
commit
bb7bac72cd
|
@ -5,9 +5,7 @@ notifications:
|
|||
email: false
|
||||
|
||||
cache:
|
||||
cargo: true
|
||||
directories:
|
||||
- "~/.npm"
|
||||
- "~/.cache"
|
||||
|
||||
services:
|
||||
|
|
Loading…
Reference in New Issue