Skip to content

Commit

Permalink
Update appveyor perl requirement on Windows to 5.22
Browse files Browse the repository at this point in the history
to get support for list form of pipe
  • Loading branch information
PatZim committed Mar 9, 2020
1 parent e49a85e commit 370956b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -45,7 +45,7 @@ environment:
# Installation
install:
- '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"'
- appveyor-retry choco install strawberryperl --version 5.20.1.1 --allow-empty-checksums
- appveyor-retry choco install strawberryperl --version 5.22.3.1 --allow-empty-checksums
- SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
- ECHO %RAKUDO_OPTIONS%
- CD %APPVEYOR_BUILD_FOLDER%
Expand Down

0 comments on commit 370956b

Please sign in to comment.