Merge pull request #461 from kiwix/fix_macos_ci_install

Fix macos brew install packages.
This commit is contained in:
Matthieu Gautier 2020-10-27 15:09:49 +01:00 committed by GitHub
commit 471895897e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -126,9 +126,8 @@ jobs:
with: with:
python-version: '3.6' python-version: '3.6'
- name: Install packages - name: Install packages
uses: mstksg/get-package@v1 run:
with: brew install pkg-config ninja
brew: pkg-config ninja
- name: Install python modules - name: Install python modules
run: | run: |
pip3 install meson==0.52.1 pytest requests distro pip3 install meson==0.52.1 pytest requests distro