It turns out the Ninja in CMake is either too old or a CI fluke that the VC env overrides. Try again.
This commit is contained in:
parent
e1abd02ed2
commit
9889477a25
|
@ -39,6 +39,7 @@ jobs:
|
|||
versionSpec: '3.6'
|
||||
architecture: 'x64'
|
||||
- script: |
|
||||
choco install ninja
|
||||
python -m pip install --upgrade pip setuptools wheel
|
||||
pip install meson
|
||||
displayName: 'Setup'
|
||||
|
|
Loading…
Reference in New Issue