From ce7ab027deeb729af2d5759bc7aa3b4c761a5369 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 16 Sep 2020 12:39:50 +0300 Subject: [PATCH] appveyor fix #4: syntax --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 96e45e7..afc3fe3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,7 +10,7 @@ image: Visual Studio 2019 install: # Trying to disable to check if it is already installed. # - choco install strawberryperl - - "if not exist C:\\strawberry ( echo \"strawberryperl is not installed. Please fix appveyor.yml\"\nexit 1\n )" + - "if not exist C:\\strawberry ( \r\n echo \"strawberryperl is not installed. Please fix appveyor.yml\"\r\n exit 1 \r\n )" - 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 -- 2.40.0