Skip to content

Commit

Permalink
Merge pull request #533 from openzim/brew-update
Browse files Browse the repository at this point in the history
[CI] Update brew before installing packages.
  • Loading branch information
kelson42 committed Apr 14, 2021
2 parents 4e22ac3 + a5435e2 commit fd50d3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
with:
python-version: '3.6'
- name: Install packages
run:
run: |
brew update
brew install gcovr pkg-config ninja
- name: Install python modules
run: pip3 install meson==0.52.1 pytest
Expand Down

0 comments on commit fd50d3c

Please sign in to comment.