davmac314 / dinit

Service monitoring / "init" system
Apache License 2.0
582 stars 45 forks source link

CI: Use "brew" for installing meson in meson-based workflow #324

Closed mobin-2008 closed 4 months ago

mobin-2008 commented 4 months ago

The MacOS version used in GitHub actions is upgraded. This version does block installing a system-wide program through "pip". Just use "brew" for installing meson.

(This PR also removes install step for ninja, because it will be installed in meson installation process)

Signed-off-by: Mobin Aydinfar <mobin@mobinttestserver.ir>