mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-24 04:53:29 -04:00
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:
parent
8bd1c36721
commit
8846acc8cf
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -126,9 +126,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…
x
Reference in New Issue
Block a user