Merge pull request #417 from kiwix/fix_macos_ci_install

[CI] Fix macos packages installation
This commit is contained in:
Matthieu Gautier 2020-10-27 15:18:23 +01:00 committed by GitHub
commit d546ae38c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -13,9 +13,8 @@ jobs:
with:
python-version: '3.5'
- name: Install packages
uses: mstksg/get-package@v1
with:
brew: gcovr pkg-config ninja
run:
brew install gcovr pkg-config ninja
- name: Install python modules
run: pip3 install meson==0.49.2 pytest
- name: Install deps