We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec925f3 commit 34d8e96Copy full SHA for 34d8e96
.github/workflows/run_unit_tests.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Install build and test dependencies (Windows)
48
if: startsWith(matrix.os, 'windows')
49
- run: pip install meson
+ run: pip install meson ninja
50
51
- name: Build and install library
52
shell: bash
0 commit comments