update appveyor cache directory

With old:

Cache entry not found: C:\projects\git-annex\Users\appveyor\.stack

I think fixing this will result in caching preventing a full rebuild of
git-annex each time.
This commit is contained in:
Joey Hess 2025-01-30 15:02:59 -04:00
parent 9f5393016f
commit 4ceb00d0dc
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -73,7 +73,7 @@ skip_commits:
cache: cache:
- C:\sr -> stack.yaml - C:\sr -> stack.yaml
- C:\Users\appveyor\AppData\Local\Programs\stack -> stack.yaml - C:\Users\appveyor\AppData\Local\Programs\stack -> stack.yaml
- /Users/appveyor/.stack -> stack.yaml - C:\projects\git-annex\.stack-work -> stack.yaml
# turn of support for MS project build support (not needed) # turn of support for MS project build support (not needed)
build: off build: off