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 c36619a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c36619a

Please sign in to comment.