summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-09 22:44:29 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-09 22:44:29 +0000
commit591bc45582dfa4e1799654cff73915b69ebbcf3d (patch)
treebc231ad7686234a317fe6a9d2ce898b7b000e3e8 /appveyor.yml
parent6290daa5478863da4b4c59c494c69bc49e845128 (diff)
Try another way to use variables in URLs in PowerShell.
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 53035f8d..7bd55742 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-" + $env:OPENSSL_VERSION + ".tar.gz"
- 7za x openssl-%OPENSSL_VERSION%.tar.gz
- 7za x openssl-%OPENSSL_VERSION%.tar
- cd openssl-%OPENSSL_VERSION%