From 2278c0315afbe0fc50190641ca20fced760deb48 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 21 Oct 2018 21:14:18 +0100 Subject: [PATCH] Cache cbindgen executable on AppVeyor --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 0e314969..bd205f9c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,9 @@ environment: bintray_auth_token: secure: PgsEA6TjHVf718zMnK7J/fT1hUAVNKBeWhpYgYaeCyeZk37VT4Ics6j7+B7ElLEr +cache: + - C:\Users\appveyor\.cargo\bin\cbindgen.exe + install: - curl -sSf -o rustup-init.exe https://win.rustup.rs - rustup-init.exe -y