From 34d8e9658e76ba47f147b32b11649019db16cf1f Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Mon, 25 Sep 2023 12:11:11 +0100 Subject: [PATCH] install ninja for win build this was installed transitively before --- .github/workflows/run_unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_unit_tests.yml b/.github/workflows/run_unit_tests.yml index dcbc1df..5495746 100644 --- a/.github/workflows/run_unit_tests.yml +++ b/.github/workflows/run_unit_tests.yml @@ -46,7 +46,7 @@ jobs: - name: Install build and test dependencies (Windows) if: startsWith(matrix.os, 'windows') - run: pip install meson + run: pip install meson ninja - name: Build and install library shell: bash