Update brew before installing packages

brew changed his backend repository, we must update brew itself first.
This commit is contained in:
Matthieu Gautier 2021-04-12 18:31:29 +02:00
parent a597870025
commit 9ba5ab4678
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