From 698227cdf2f67a5d4b0fd4ae1ff0eb75b517a231 Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Mon, 26 Jul 2021 12:48:02 +0800 Subject: [PATCH] Cache rust dependencies in appveyor. --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index f10ea788..f883c864 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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