summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-09 22:31:59 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-09 22:31:59 +0000
commit9edbb33520105d2b39d86e916cb24d43cd193d32 (patch)
tree75453933c5f1a68509618970d38e263b3e0cf590 /appveyor.yml
parente6ecaa2a6ad5f59a35f701df52a241cd83373c07 (diff)
Try changing quoting to enable expanding environment variables in URL.
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 ea3d6b7d..53035f8d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -51,7 +51,7 @@ install:
- msbuild INSTALL.vcxproj /m /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- cd %APPVEYOR_BUILD_FOLDER%\..
- - ps: Start-FileDownload 'https://www.openssl.org/source/openssl-%OPENSSL_VERSION%.tar.gz'
+ - ps: Start-FileDownload "https://www.openssl.org/source/openssl-%OPENSSL_VERSION%.tar.gz"
- 7za x openssl-%OPENSSL_VERSION%.tar.gz
- 7za x openssl-%OPENSSL_VERSION%.tar
- cd openssl-%OPENSSL_VERSION%