Skip to content

Commit

Permalink
[ci] Pin ninja on AppVeyor
Browse files Browse the repository at this point in the history
Latest version does not provide a Windows wheel.
  • Loading branch information
khaledhosny committed Jun 13, 2020
1 parent c72dd73 commit c8a3ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
- git submodule update --init --recursive

- set PATH=%cd%;%PYTHON%;%PYTHON%\Scripts;%PATH%
- pip install meson==0.49.2 ninja
- pip install meson==0.49.2 ninja==1.9.0

- call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %ARCH%

Expand Down

0 comments on commit c8a3ccb

Please sign in to comment.