mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Revert caching changes as they lead to permission problems on Windows
This reverts commit 450099c13a.
This commit is contained in:
@@ -39,6 +39,7 @@ environment:
|
|||||||
cache:
|
cache:
|
||||||
- '%USERPROFILE%\.cargo\bin'
|
- '%USERPROFILE%\.cargo\bin'
|
||||||
- '%USERPROFILE%\.cargo\.crates.toml'
|
- '%USERPROFILE%\.cargo\.crates.toml'
|
||||||
|
- target
|
||||||
|
|
||||||
## Install Script ##
|
## Install Script ##
|
||||||
|
|
||||||
|
|||||||
@@ -25,9 +25,8 @@ os:
|
|||||||
- windows
|
- windows
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
cargo: true
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cargo/bin
|
|
||||||
- $HOME/.cargo/.crates.toml
|
|
||||||
- $HOME/Library/Caches/Homebrew
|
- $HOME/Library/Caches/Homebrew
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
|||||||
Reference in New Issue
Block a user