Skip to content

Commit

Permalink
Cache rust dependencies in appveyor. (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih committed Jul 26, 2021
1 parent d2ebee5 commit 2b4d7e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -5,6 +5,9 @@ environment:
- TARGET: x86_64-pc-windows-msvc
GNUPLOT: no

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

install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-host %TARGET% --default-toolchain stable
Expand Down

0 comments on commit 2b4d7e9

Please sign in to comment.