summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-11-29 12:31:20 +0000
committerChris Wilson <chris+github@qwirx.com>2015-11-29 12:31:20 +0000
commit94c19f949824c652c6b9b430efcd95245c7c7be0 (patch)
tree297054005f22912c361e3ad7c648d8df6b78c05d /appveyor.yml
parent147cc092299a316f3c112720b43513c410509874 (diff)
Try quoting the command.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index da65a738..41c17528 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,7 +27,7 @@ install:
- cinst svn
- cinst 7zip.commandline
- cd %APPVEYOR_BUILD_FOLDER%\..
- - ps: [Net.ServicePointManager]::SecurityProtocol = 'Tls12'
+ - "ps: [Net.ServicePointManager]::SecurityProtocol = 'Tls12'"
- ps: Start-FileDownload 'https://www.openssl.org/source/openssl-1.0.2d.tar.gz'
- 7za x openssl-1.0.2d.tar.gz
- cd openssl-1.0.2d