Skip to content

Commit

Permalink
[CI] Update brew before installing packages.
Browse files Browse the repository at this point in the history
Brew changes its backend. We must update it before using it.
  • Loading branch information
mgautierfr authored and kelson42 committed Apr 14, 2021
1 parent 4e22ac3 commit a5435e2
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 a5435e2

Please sign in to comment.