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
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
brew install pkg-config ninja || brew link --overwrite python
|
brew install pkg-config ninja meson
|
||||||
|
|
||||||
- name: Install python modules
|
|
||||||
run: pip3 install meson==0.49.2
|
|
||||||
|
|
||||||
- name: Install dependences
|
- name: Install dependences
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue