]> granicus.if.org Git - fortune-mod/commitdiff
appveyor fix #1: avoid strawberryperl install
authorShlomi Fish <shlomif@shlomifish.org>
Wed, 16 Sep 2020 09:19:18 +0000 (12:19 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Wed, 16 Sep 2020 11:00:36 +0000 (14:00 +0300)
.appveyor.yml

index e9484bbfb12d8f7645b1edff4d9198cd37e3d9b7..91c251a81a649a429f1d777803575e6b68264669 100644 (file)
@@ -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