mirror of https://github.com/kiwix/libkiwix.git
Install meson using Homebrew
This commit is contained in:
parent
fe646511d1
commit
c57b5ba1ad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue