From 591bc45582dfa4e1799654cff73915b69ebbcf3d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 9 Dec 2015 22:44:29 +0000 Subject: Try another way to use variables in URLs in PowerShell. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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% -- cgit v1.2.3