Merge pull request #491 from kiwix/fix_macos_ci

Update brew before installing packages
This commit is contained in:
Kelson 2021-04-12 18:41:00 +02:00 committed by GitHub
commit cb57178c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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