Revert caching changes as they lead to permission problems on Windows

This reverts commit 450099c13a.
This commit is contained in:
Philipp Oppermann
2019-01-20 19:36:39 +01:00
parent 450099c13a
commit ed3c4cced9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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