Browse Source

Still trying to figure out the right composer cache folder for appveyor

Jose Lorenzo Rodriguez 10 years ago
parent
commit
aa6abed1c7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      appveyor.yml

+ 2 - 1
appveyor.yml

@@ -4,7 +4,8 @@ platform: 'x86'
 clone_folder: c:\projects\cakephp
 
 cache:
-  - '%LOCALAPPDATA%\Composer'
+  - %LOCALAPPDATA%\Composer
+  - %APPDATA%\Composer
 
 branches:
   only: