From: Shlomi Fish Date: Wed, 16 Sep 2020 09:19:18 +0000 (+0300) Subject: appveyor fix #1: avoid strawberryperl install X-Git-Tag: fortune-mod-3.2.0~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=780b176e9415611a0a90fd4db7565246a01ef24a;p=fortune-mod appveyor fix #1: avoid strawberryperl install --- diff --git a/.appveyor.yml b/.appveyor.yml index e9484bb..91c251a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,7 +8,8 @@ environment: VERBOSE: 1 image: Visual Studio 2019 install: - - choco install strawberryperl + # Trying to disable to check if it is already installed. + # - choco install strawberryperl - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% - perl -v - if not exist C:\Perl5 mkdir C:\Perl5