summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
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%