summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-11-29 19:17:32 +0000
committerChris Wilson <chris+github@qwirx.com>2015-11-29 19:17:32 +0000
commit1b694bc574f64b7428495c28c08bc40fe991fa18 (patch)
tree118f1e3ad2583e0f4607a0ce05b874fd1be357b4 /appveyor.yml
parentc2b3a620e705b3354561bad6b4b29b04b01d8613 (diff)
Let's try a different way of escaping.
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 7df13a84..85fd1939 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -26,7 +26,7 @@ install:
- cinst strawberryperl
- 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