[CI] Fix macos brew install packages (release&Nightly)
This commit is contained in:
parent
471895897e
commit
6434150da9
|
@ -139,9 +139,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
|
||||||
|
|
Loading…
Reference in New Issue