From 4ceb00d0dcf8cfdb95481e240ebddf63bcb1506e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 30 Jan 2025 15:02:59 -0400 Subject: [PATCH] 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. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2525c11167..b2a518e917 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -73,7 +73,7 @@ skip_commits: cache: - C:\sr -> 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) build: off