mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 06:42:12 +03:00
maybe cache cargo deps for appveyor
This commit is contained in:
parent
660e52d309
commit
ea5e8637ae
@ -1,5 +1,7 @@
|
|||||||
os: Visual Studio 2017
|
os: Visual Studio 2017
|
||||||
build: false
|
build: false
|
||||||
|
cache:
|
||||||
|
- '%USERPROFILE%\.cargo\registry'
|
||||||
install:
|
install:
|
||||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||||
- rustup-init -yv
|
- rustup-init -yv
|
||||||
|
Loading…
Reference in New Issue
Block a user