From c36619a8e6092e2c86fd8061a248ebb68aa14678 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 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3f65c80b4..e6b79b3be 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,13 +3,14 @@ branches: - /travis/ skip_tags: true -cache: - - C:\Strawberry +#cache: + # - C:\Strawberry #- C:\Strawberry -> appveyor.yml install: - - if not exist "C:\strawberry" appveyor-retry choco install strawberryperl --version 5.30.2.1 - #- appveyor-retry choco upgrade strawberryperl --version 5.28.1.1 + - if exist "C:\strawberry" del /Q "C:\strawberry" + - if not exist "C:\strawberry" appveyor-retry choco install strawberryperl --version 5.38.0 + - appveyor-retry choco upgrade strawberryperl --version 5.38.0 - set ST=C:\Strawberry - set PATH=%ST%\perl\bin;%ST%\perl\site\bin;%ST%\c\bin;%PATH% - path