From 9ba5ab467849a3a08b5547a8f28713a27f814444 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 12 Apr 2021 18:31:29 +0200 Subject: [PATCH] Update brew before installing packages brew changed his backend repository, we must update brew itself first. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2466cfd3..7de349d25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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