Skip to content

Commit

Permalink
install ninja for win build
Browse files Browse the repository at this point in the history
this was installed transitively before
  • Loading branch information
jcupitt committed Sep 25, 2023
1 parent ec925f3 commit 34d8e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34d8e96

Please sign in to comment.