Install meson using Homebrew

This commit is contained in:
Emmanuel Engelhart 2023-02-19 16:36:28 +01:00
parent fe646511d1
commit c57b5ba1ad
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 1 additions and 4 deletions

View File

@ -16,10 +16,7 @@ jobs:
- name: Install packages
run: |
brew update
brew install pkg-config ninja || brew link --overwrite python
- name: Install python modules
run: pip3 install meson==0.49.2
brew install pkg-config ninja meson
- name: Install dependences
shell: bash