mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-27 15:26:17 -04:00
Merge pull request #491 from kiwix/fix_macos_ci
Update brew before installing packages
This commit is contained in:
commit
cb57178c23
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user