mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #417 from kiwix/fix_macos_ci_install
[CI] Fix macos packages installation
This commit is contained in:
commit
d546ae38c4
|
@ -13,9 +13,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.5'
|
python-version: '3.5'
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
uses: mstksg/get-package@v1
|
run:
|
||||||
with:
|
brew install gcovr pkg-config ninja
|
||||||
brew: gcovr pkg-config ninja
|
|
||||||
- name: Install python modules
|
- name: Install python modules
|
||||||
run: pip3 install meson==0.49.2 pytest
|
run: pip3 install meson==0.49.2 pytest
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
|
|
Loading…
Reference in New Issue