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 b217ebf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ cache:
#- 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
- del /Q "C:\strawberry"
- if not exist "C:\strawberry" appveyor-retry choco install strawberryperl --version 5.38.2
- appveyor-retry choco upgrade strawberryperl --version 5.38.2
- set ST=C:\Strawberry
- set PATH=%ST%\perl\bin;%ST%\perl\site\bin;%ST%\c\bin;%PATH%
- path
Expand Down

0 comments on commit b217ebf

Please sign in to comment.