Skip to content

Commit

Permalink
CI: appveyor to perl 5.38
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Sep 6, 2024
1 parent 89efbf8 commit 81c3031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit 81c3031

Please sign in to comment.