apprently it is 7z instead of 7za on the servers

This commit is contained in:
Patrick von Reth 2015-07-21 13:50:59 +02:00
parent bf24c6d22c
commit 8cf402ccbc

View File

@ -58,7 +58,7 @@ if ( !(Test-Path "$env:APPVEYOR_BUILD_FOLDER\work\install" ) )
mkdir $env:APPVEYOR_BUILD_FOLDER\work\git
Start-FileDownload https://github.com/martine/ninja/releases/download/v1.6.0/ninja-win.zip
7za e ninja-win.zip -o$INSTALL_DIR
7z e ninja-win.zip -o$INSTALL_DIR
rm ninja-win.zip
cd $env:APPVEYOR_BUILD_FOLDER\work\git