Merge pull request #461 from kiwix/fix_macos_ci_install
Fix macos brew install packages.
This commit is contained in:
commit
471895897e
|
@ -126,9 +126,8 @@ jobs:
|
|||
with:
|
||||
python-version: '3.6'
|
||||
- name: Install packages
|
||||
uses: mstksg/get-package@v1
|
||||
with:
|
||||
brew: pkg-config ninja
|
||||
run:
|
||||
brew install pkg-config ninja
|
||||
- name: Install python modules
|
||||
run: |
|
||||
pip3 install meson==0.52.1 pytest requests distro
|
||||
|
|
Loading…
Reference in New Issue