Skip to content

Commit 34d8e96

Browse files
committed
install ninja for win build
this was installed transitively before
1 parent ec925f3 commit 34d8e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Install build and test dependencies (Windows)
4848
if: startsWith(matrix.os, 'windows')
49-
run: pip install meson
49+
run: pip install meson ninja
5050

5151
- name: Build and install library
5252
shell: bash

0 commit comments

Comments
 (0)