Skip to content

Commit

Permalink
add cargo cache for appveyor (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmclark authored Feb 20, 2019
1 parent 1c906c6 commit c3065a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ environment:
ABI: msvc
TARGET: x86_64-pc-windows-msvc

cache:
- 'C:\Users\appveyor\.cargo'

install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -yv --default-host %target%
Expand Down

0 comments on commit c3065a3

Please sign in to comment.