mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-12-23 22:47:57 -05:00
Install meson using Homebrew
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user