Fix macos brew install packages.

Directly use brew instead of `get-package` action.
`get-package` seems to be broken with some invalid git command.
This commit is contained in:
Matthieu Gautier 2020-10-27 14:09:53 +01:00
parent 8bd1c36721
commit 8846acc8cf

View file

@ -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