[CI] Install automake and autoconf on macos.

This commit is contained in:
Matthieu Gautier 2021-07-27 16:15:59 +02:00
parent 41a411c667
commit 9c04df4fb2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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