From: Anatol Belski Date: Sat, 21 Oct 2017 09:59:22 +0000 (+0200) Subject: Reenable AppVeyor cache X-Git-Tag: php-7.0.26RC1~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44b3bc847b7b2d32724947484915ce51d8a60786;p=php Reenable AppVeyor cache --- diff --git a/.appveyor.yml b/.appveyor.yml index be60c2f83a..84c93574e6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,9 +16,9 @@ skip_commits: clone_depth: 64 -#cache: -# - c:\build-cache -# - c:\build-cache\sdk -> .appveyor.yml +cache: + - c:\build-cache + - c:\build-cache\sdk -> .appveyor.yml environment: PHP_BUILD_CACHE_BASE_DIR: c:\build-cache