From 62377cfaa3ad3af4b2543d84445ee8a581f5bf60 Mon Sep 17 00:00:00 2001 From: shawnlaffan Date: Mon, 1 Jul 2024 19:42:14 +1000 Subject: [PATCH] clean up the appveyor cache properly --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 0b31679..8472063 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,7 @@ cache: - C:\Strawberry install: + - rmdir /S /Q C:\strawberry - cinst StrawberryPerl - path C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH% - mkdir %APPVEYOR_BUILD_FOLDER%\tmp