install ninja build via pip

This commit is contained in:
Jonathan Guzmán 2023-02-11 23:14:24 -06:00
parent 35761c96b1
commit 9ec7801630
No known key found for this signature in database
GPG Key ID: C2956F1668BA042A

View File

@ -58,7 +58,7 @@ jobs:
- name: install prerequisites
run: |
# asuming that python and pip are already installed
pip3 install meson
pip3 install meson ninja
- name: setup meson project
run: |
# setup the build directory with tests and examples enabled