Skip to content

Commit

Permalink
Downgrade ninja on Windows
Browse files Browse the repository at this point in the history
* Looks like the Windows wheels were removed from pypi:
  scikit-build/ninja-python-distributions#33
  • Loading branch information
johnor committed Jun 14, 2020
1 parent d5fe13e commit 158cd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yaml
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install
run: |
python -m pip install cmake==3.16.3 ninja==1.10.0 --upgrade
python -m pip install cmake==3.16.3 ninja==ninja 1.9.0.post1 --upgrade
cmake --version
ninja --version
echo "Generator: ${{ matrix.generator }}"
Expand Down

0 comments on commit 158cd66

Please sign in to comment.