[CI] Install automake and autoconf on macos.
This commit is contained in:
parent
41a411c667
commit
9c04df4fb2
|
@ -127,7 +127,7 @@ jobs:
|
||||||
python-version: '3.6'
|
python-version: '3.6'
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run:
|
run:
|
||||||
brew install pkg-config ninja
|
brew install pkg-config ninja automake autoconf
|
||||||
- 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
|
||||||
|
|
|
@ -145,7 +145,7 @@ jobs:
|
||||||
python-version: '3.6'
|
python-version: '3.6'
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run:
|
run:
|
||||||
brew install pkg-config ninja
|
brew install pkg-config ninja automake autoconf
|
||||||
- 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