From 81c3031767e78c751a8a2db95165fbc838b49bf0 Mon Sep 17 00:00:00 2001 From: shawnlaffan Date: Fri, 6 Sep 2024 12:01:12 +1000 Subject: [PATCH] CI: appveyor to perl 5.38 --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3f65c80b4..63883f849 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,8 @@ cache: #- C:\Strawberry -> appveyor.yml install: - - if not exist "C:\strawberry" appveyor-retry choco install strawberryperl --version 5.30.2.1 + - Remove-Item -LiteralPath "C:\strawberry" -Force -Recurse + - if not exist "C:\strawberry" appveyor-retry choco install strawberryperl --version 5.38.2.2 #- appveyor-retry choco upgrade strawberryperl --version 5.28.1.1 - set ST=C:\Strawberry - set PATH=%ST%\perl\bin;%ST%\perl\site\bin;%ST%\c\bin;%PATH%