Only cache .cargo/bin to speed up CI

The target folder needs to be recompiled anyway with each new nightly.
This commit is contained in:
Philipp Oppermann
2019-01-20 19:05:28 +01:00
parent 2e16cc492a
commit 450099c13a
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,6 @@ environment:
cache:
- '%USERPROFILE%\.cargo\bin'
- '%USERPROFILE%\.cargo\.crates.toml'
- target
## Install Script ##

View File

@@ -25,8 +25,9 @@ os:
- windows
cache:
cargo: true
directories:
- $HOME/.cargo/bin
- $HOME/.cargo/.crates.toml
- $HOME/Library/Caches/Homebrew
addons: