From 357554b209ef24572d085a713397d7902f279446 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 18 Jun 2019 19:16:30 -0700 Subject: [PATCH] Cache target/ --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index ec7f6b7b61..d77d047bc3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,7 +7,8 @@ branches: - /v[0-9.]+/ cache: - - '%USERPROFILE%\.cargo -> appveyor.yml' + - '%USERPROFILE%\.cargo' + - '%APPVEYOR_BUILD_FOLDER%\target' build_script: - bash ci/publish-tarball.sh