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