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:
parent
9f5393016f
commit
4ceb00d0dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue