mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Fix AppVeyor (prepare_r2 TLS)
This commit is contained in:
parent
a33fceba3e
commit
d591150705
@ -25,7 +25,7 @@ ECHO Downloading meson and ninja
|
||||
python -m pip install meson
|
||||
IF !ERRORLEVEL! NEQ 0 EXIT /B 1
|
||||
IF NOT EXIST ninja.exe (
|
||||
powershell -Command wget %NINJA_URL% -OutFile ninja.zip && powershell -Command Expand-Archive .\ninja.zip -DestinationPath .\ && DEL ninja.zip
|
||||
powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget %NINJA_URL% -OutFile ninja.zip" && powershell -Command Expand-Archive .\ninja.zip -DestinationPath .\ && DEL ninja.zip
|
||||
IF !ERRORLEVEL! NEQ 0 EXIT /B 1
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user