Skip to content

Commit 6ac3c01

Browse files
committed
appveyor: disable the cache
it seems that we are hitting the cache size limit
1 parent b5756e8 commit 6ac3c01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ deploy:
4848
appveyor_repo_tag: true
4949
provider: GitHub
5050

51-
cache:
52-
- C:\Users\appveyor\.cargo\registry
53-
- target
51+
# disable the cache for now; it seems that we are hitting the cache size limit
52+
# cache:
53+
# - C:\Users\appveyor\.cargo\registry
54+
# - target
5455

5556
branches:
5657
only:

0 commit comments

Comments
 (0)