mirror of https://github.com/kiwix/libkiwix.git
Update brew before installing packages
brew changed his backend repository, we must update brew itself first.
This commit is contained in:
parent
a597870025
commit
9ba5ab4678
|
@ -13,7 +13,8 @@ jobs:
|
|||
with:
|
||||
python-version: '3.5'
|
||||
- name: Install packages
|
||||
run:
|
||||
run: |
|
||||
brew update
|
||||
brew install gcovr pkg-config ninja
|
||||
- name: Install python modules
|
||||
run: pip3 install meson==0.49.2 pytest
|
||||
|
|
Loading…
Reference in New Issue