appveyor CI: don't cache mingw metadata as this includes package installation status; only cache package files proper

This commit is contained in:
Andrew Tonner 2017-01-23 00:40:54 -08:00
parent 8bfa98f972
commit 9a76eace57
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ after_build:
- 7z a sheepshaver.zip c:\project\src\github.com\rakslice\macemu\SheepShaver\src\Windows\SheepShaver.exe
cache:
- C:\mingw-sheep\var -> appveyor.yml
- C:\mingw-sheep\var\cache -> appveyor.yml
artifacts:
- path: sheepshaver.zip