mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-21 06:40:33 +00:00
Fix AppVeyor build by fixing Meson version (#16728)
This commit is contained in:
parent
2bf97bf570
commit
4d180b9b0b
@ -69,7 +69,7 @@ install:
|
||||
- ps: $env:DIST_FOLDER = "radare2-$env:builder-$env:R2_VERSION"
|
||||
- ps: $env:ARTIFACT_ZIP = "$env:DIST_FOLDER.zip"
|
||||
# Download required packages
|
||||
- cmd: if defined BUILD_DIR ( %PYTHON%\python.exe -m pip install meson )
|
||||
- cmd: if defined BUILD_DIR ( %PYTHON%\python.exe -m pip install meson==0.54.0 )
|
||||
- cmd: if defined NINJA_URL ( powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget %NINJA_URL% -OutFile ninja.zip" && unzip ninja.zip )
|
||||
|
||||
# Build scripts
|
||||
|
Loading…
x
Reference in New Issue
Block a user