mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
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:
@@ -39,7 +39,6 @@ environment:
|
|||||||
cache:
|
cache:
|
||||||
- '%USERPROFILE%\.cargo\bin'
|
- '%USERPROFILE%\.cargo\bin'
|
||||||
- '%USERPROFILE%\.cargo\.crates.toml'
|
- '%USERPROFILE%\.cargo\.crates.toml'
|
||||||
- target
|
|
||||||
|
|
||||||
## Install Script ##
|
## Install Script ##
|
||||||
|
|
||||||
|
|||||||
@@ -25,8 +25,9 @@ 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