mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-09 16:15:45 +00:00
apprently it is 7z instead of 7za on the servers
This commit is contained in:
parent
bf24c6d22c
commit
8cf402ccbc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user