mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 20:43:10 -04:00
[CI] Install automake and autoconf on macos.
This commit is contained in:
parent
41a411c667
commit
9c04df4fb2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/releaseNigthly.yml
vendored
2
.github/workflows/releaseNigthly.yml
vendored
@ -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…
x
Reference in New Issue
Block a user