mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #491 from kiwix/fix_macos_ci
Update brew before installing packages
This commit is contained in:
commit
cb57178c23
|
@ -13,7 +13,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.5'
|
python-version: '3.5'
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run:
|
run: |
|
||||||
|
brew update
|
||||||
brew install gcovr pkg-config ninja
|
brew install gcovr pkg-config ninja
|
||||||
- name: Install python modules
|
- name: Install python modules
|
||||||
run: pip3 install meson==0.49.2 pytest
|
run: pip3 install meson==0.49.2 pytest
|
||||||
|
|
Loading…
Reference in New Issue