Skip to content

Commit e1a03da

Browse files
committed
Add ninja to build requirements
1 parent f3dc838 commit e1a03da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
MB_PYTHON_VERSION: ${{ matrix.python }}
4949
MB_ML_LIBC: ${{ matrix.mb-ml-libc }}
5050
MB_ML_VER: ${{ matrix.mb-ml-ver }}
51-
BUILD_BASE: "meson-python>=0.13 cython>=3"
51+
BUILD_BASE: "meson-python>=0.13 ninja cython>=3"
5252
steps:
5353
- uses: actions/checkout@v4
5454
with:

.github/workflows/wheels-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
BUILD_COMMIT: ${{ inputs.build-commit }}
3232
WHEEL_SDIR: wheelhouse
3333
MB_PYTHON_VERSION: ${{ matrix.python }}
34-
BUILD_BASE: "meson-python>=0.13 cython>=3"
34+
BUILD_BASE: "meson-python>=0.13 ninja cython>=3"
3535
steps:
3636
- uses: actions/checkout@v4
3737
with:

0 commit comments

Comments
 (0)